-
Notifications
You must be signed in to change notification settings - Fork 78
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
Can't turn assign Admin Set back on #3137
Comments
@julesies Huh. It would be interesting for you and/or @lfarrell to check a few things. The value of this feature flipper can live in a few different places, including in a cookie, in an ActiveRecord db, and in a YAML file. When you're seeing this behavior, could you check to see what's going on with the cookies and what's in the database? I'm not sure where this is getting "stuck." |
@mjgiarlo I cleared cookies, but it didn't have any effect. Is there a table in the db I should be looking at? |
@lfarrell I believe it's called "sufia_features"? |
@mjgiarlo Looks like it's set to false, though I'm guessing the table didn't have any entries before today given the created_at and updated_at are the same time. |
@lfarrell Well, that'd explain why it's false. When you set it back to true and submit the form, can you double-check what's in the db? And see if doing so adds a cookie? (Thanks for doing the legwork here.) |
@mjgiarlo Not that I can tell. It does have a session cookie, but I assume that's unrelated. Should the cookie have a particular name? |
@lfarrell You've got me! It may be worth putting a |
@lfarrell Have you had a chance to troubleshoot this any deeper? Thx for looking into it. |
@mjgiarlo I haven't. I'm not actually sure where to begin looking. I've thought of testing out a fresh vanilla install to see if I could replicate some of the local issues we've been having. |
@lfarrell OK, no problem. I'm pushing on this issue this week only because it's the one remaining unassigned 7.3.0 issue. Going the vanilla route would yield interesting information. If y'all are seeing any other issues that haven't yet been written up or resolved, do let us know! |
7.2 upgrade to 7.3rc3
I was testing Workflow/Admin Sets for rc3 and turned off the setting Ability to Assign Admin Set. Then later, I went to turn it back on and it doesn't turn back on. Dean found this in his local instance too, but this could use a test by someone else to confirm.
To recreate:
The text was updated successfully, but these errors were encountered: