We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looking at https://github.com/publify/publify_core/blob/a9b6e704dafe2b00be2920d36a5f3d502dad36bf/app/views/admin/articles/_form.html.erb#L100C1-L116C19
and https://github.com/publify/publify_core/blob/a9b6e704dafe2b00be2920d36a5f3d502dad36bf/app/controllers/admin/articles_controller.rb#L173C3-L188C6
it appears that the Published? checkbox doesn't do anything. Is that correct?
The text was updated successfully, but these errors were encountered:
It looks like it should be modifying state using may_publish? and may_withdraw?
Sorry, something went wrong.
No branches or pull requests
Looking at https://github.com/publify/publify_core/blob/a9b6e704dafe2b00be2920d36a5f3d502dad36bf/app/views/admin/articles/_form.html.erb#L100C1-L116C19
and
https://github.com/publify/publify_core/blob/a9b6e704dafe2b00be2920d36a5f3d502dad36bf/app/controllers/admin/articles_controller.rb#L173C3-L188C6
it appears that the Published? checkbox doesn't do anything. Is that correct?
The text was updated successfully, but these errors were encountered: