Actions
Bug #6831
closedWhen creating a new organization as an admin, the switcher doesn't list it
Description
- Create new organization via UI
- Once you're done, click the Org dropdown widget * The new org is not displayed/listed
Updated by Dominic Cleal over 10 years ago
Admin users should have top bar cache cleared on org/location creation. At the moment, via #6065, only users directly associated to a taxonomy have caches swept - this should also include User.only_admin.
Updated by Dominic Cleal over 10 years ago
- Related to Bug #6065: Inverting the admin flag has no effect on menu cache added
Updated by Dominic Cleal over 10 years ago
https://github.com/theforeman/foreman/blob/develop/app/models/taxonomy.rb#L127 is the issue, it should be (users + User.only_admin).uniq or something
Updated by Tomer Brisker over 10 years ago
- Status changed from New to Assigned
- Assignee set to Tomer Brisker
Updated by The Foreman Bot over 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/1675 added
- Pull request deleted (
)
Updated by Dominic Cleal over 10 years ago
- Translation missing: en.field_release set to 10
Updated by Anonymous over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 8fabe6618b36ca3d232e8241749405ed8217c656.
Actions