Actions
Bug #9910
openTest #9881 with multi-org disabled
Status:
New
Priority:
Low
Assignee:
-
Category:
Discovery plugin
Description
As per PR comments some of the changes made in #9881 don't look like they will work when multi-org is disabled.
1. diff with orgs/locs disabled, would a host even have one set to be able to check if it's in the rules?
2. If orgs/locs are disabled, this form is disabled apart from a name text box: diff
This should be fixed before releasing the next release from master.
Updated by Dominic Cleal over 9 years ago
- Related to Bug #9881: Discovery rules are not connected to taxonomies added
Updated by Lukas Zapletal over 9 years ago
- Category set to Discovery plugin
- Target version set to Discovery Plugin 2.0.3
Updated by Lukas Zapletal over 9 years ago
When testing this, make sure this also works with non-admin users. I think we need to add the following permissions to existing roles:
class AddOrglocPermissions < ActiveRecord::Migration def up [Role.find_by_name("Discovery Manager"), Role.find_by_name("Discovery Reader")].each do |r| next if r.nil? r.add_permissions!(["view_organizations", "view_locations"]) end end def down end end
Updated by Lukas Zapletal almost 9 years ago
- Target version changed from Discovery Plugin 2.0.3 to Discovery Plugin 6.0
Updated by Lukas Zapletal over 8 years ago
- Priority changed from High to Low
- Target version deleted (
Discovery Plugin 6.0)
Actions