Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate feature identifiers causes feature privileges to change #5569

Closed
kbrock opened this issue Nov 23, 2015 · 1 comment
Closed

Duplicate feature identifiers causes feature privileges to change #5569

kbrock opened this issue Nov 23, 2015 · 1 comment
Labels

Comments

@kbrock
Copy link
Member

kbrock commented Nov 23, 2015

In https://github.com/ManageIQ/cfme/issues/1802 we introduced a number of new features. Unfortunately, it introduced a number of feature with the same identifier.

Our seeding process uses identifier as the unique id, and it is swapping these features around on primordial seeding (every worker/appliance boot). Said another way, a feature's primary id changes, and a user's privileges change when workers start.

We either need to improve the seed process, or we need to change the identifiers to be unique.

feature count
ab_group_new 2
ab_group_edit 2
ab_group_delete 2
ab_group_reorder 2
ab_group_edit 2
ab_button_new 3
ab_button_delete 2

/cc @martinpovolny @h-kataria you two were the most active on this feature.
/cc @dclarizio @Fryguy @chessbyte FYI

@kbrock
Copy link
Member Author

kbrock commented Nov 23, 2015

duplicate of #4581

@kbrock kbrock closed this as completed Nov 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant