-
Notifications
You must be signed in to change notification settings - Fork 40
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
Node default values ignored if 'Show option...' disabled #3800
Comments
I was not able to test this, because the sandbox needs refreshing. I did confirm the problem on a fresh site and agree that the current state is not ideal. It could be made better in either of the following ways.
At first I thought that option 2 would be redundant with the It is completely plausible that a user might decided to allow the editor to choose to which post is promoted, but decide that all notifications should automatically be promoted (disabling the Given that option 2 is a legitimate use case and that we apparently have a PR that implements that option, I would endorse option 2 (in agreement with @BWPanda ). I will test once the PR sandbox is updated. |
One possible concern. If implemented, does this mean that some content on existing sites that was not visible in the "Promoted Content" block will suddenly become visible in that block? |
PR has been rebased, so Tugboat sandbox should be working now.
I'm not sure. The PR affects only the node forms as they're being prepared for editing. And the code in question is only being run if Also note that while we're talking a lot about the 'promote' setting, this issue and PR are addressing all settings that have a 'Show option...' setting (e.g. 'promote', 'sticky' & 'revision'). |
Description of the bug
If you set a content type's "Show option to promote content" setting to disabled (meaning that option isn't shown on the node forms) but you set the "Promote content by default" setting to enabled, when you create a node it's not promoted.
The reasons I believe it should be promoted in this case are:
The same is true for the Sticky and Revision settings. This is basically a follow-up issue to #1536.
Steps To Reproduce
To reproduce the behavior:
Actual behavior
Content is not promoted.
Expected behavior
Content is promoted.
PR: backdrop/backdrop#2693
The text was updated successfully, but these errors were encountered: