Actions
Feature #19983
closedPlugin DSL for role definition should allow specifying the description
Difficulty:
trivial
Triaged:
No
Pull request:
Description
As a plugin author, I can define a role by
role 'Virt-who Reporter', [:create_content_hosts, :edit_content_hosts]
Unfortunately I can't specify any description. We should extend the role method, so that optional argument could be used for it. If the role already exists, we should update it.
Updated by Marek Hulán over 7 years ago
- Blocks Feature #19981: Pre-canned Virt-who roles do not have a description added
Updated by Marek Hulán about 7 years ago
- Related to Feature #20737: Provide some description to built-in roles added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Marek Hulán
- Pull request https://github.com/theforeman/foreman/pull/5345 added
Updated by Tomer Brisker over 6 years ago
- Target version set to 1.20.0
- Triaged set to No
- Fixed in Releases 1.20.0 added
Updated by Marek Hulán over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 90ccf20503c37c80b3ee887adaebdaaa5f34a32a.
Actions