-
Notifications
You must be signed in to change notification settings - Fork 4
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
[ADD] (Web) HR Labels #7
base: 16.0
Are you sure you want to change the base?
Conversation
Also includes PR feedback from first PR on different repo
2a89343
to
da36a67
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
default=True, | ||
help="Disable showing this category on the filter options on the website", | ||
) | ||
show_on_website = fields.Boolean( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure, but is it possible to use website.published.mixin
for this? or has it a diff functionality
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the mixin has more features than needed, it just needs the boolean, not any of the checks or an url.
No description provided.