Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
❌ 3 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
kensternberg-authentik
left a comment
There was a problem hiding this comment.
The front-end changes look straightforward.
Questions:
-
this hides the application from all users; does that mean that even someone with superuser permission wouldn't see them on their User dashboard? I didn't look too closely at the Python to be sure.
-
Are there docs to go with this change? I'm sure @tanberry would love them!
| migrations.AddField( | ||
| model_name="application", | ||
| name="meta_hide", | ||
| field=models.BooleanField( | ||
| default=False, help_text="Hide this application from the user dashboard." | ||
| ), | ||
| ), |
There was a problem hiding this comment.
@melizeche could you add a RunPython step here that checks if the meta_launch_url is set to blank://blank, and if so enables this flag and empties the meta launch URL?
Details
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen)If changes to the frontend have been made
make web)If applicable
make docs)