Actions
Feature #5789
closedadd method for adding plugin routes to bastion
Description
In order to have previously working angular plugin fixed, the following two edits were necessary (thanks @Eric Helms for assistance!):
$ git diff
WARNING: terminal is not fully functional
- (press RETURN)
diff --git a/engines/bastion/app/assets/javascripts/bastion/bastion.js b/engines/bastion/app/assets/jaindex 17db963..13d276b 100644
--- a/engines/bastion/app/assets/javascripts/bastion/bastion.js
+++ b/engines/bastion/app/assets/javascripts/bastion/bastion.js@ -104,3 +104,5
@
//= require_tree "./activation-keys"
//= require "bastion/bastion-bootstrap"
//= require "roles/roles"
diff --git a/engines/bastion/config/routes.rb b/engines/bastion/config/routes.rb
index 74d4046..ff1d6f4 100644
--- a/engines/bastion/config/routes.rb
++ b/engines/bastion/config/routes.rb
@ -12,6 +12,7
@ Bastion::Engine.routes.draw do
sync_plans
host_collections
katello_tasks
roles
]
end
Updated by Thomas McKay over 10 years ago
- Bugzilla link set to https://bugzilla.redhat.com/show_bug.cgi?id=1103871
Updated by Eric Helms about 10 years ago
- Translation missing: en.field_release set to 14
- Difficulty set to medium
- Triaged changed from No to Yes
Updated by Eric Helms about 10 years ago
- Translation missing: en.field_story_points set to 1.0
Actions