You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assume that I have an existing channel that has already been published, which means that the "Publish" button is disabled on the channel editor page. When I update only the channel's details, that is its thumbnail, title, language, or description, the "Publish" button stays disabled, and I can't publish the updated channel.
Expected behavior
The "Publish" button is enabled after I update only the channel's thumbnail, title, language, or description, and I can publish the channel.
User-facing consequences
Users can't publish a channel if they update its details only.
They need to update its resources as a workaround to be able to publish it as described in the original report:
Reported by UN Women:
It doesn’t seem possible to update and publish Channel details alone (e.g., upload a new thumbnail, change the description or title) – it seems like you have to delete or add resources within the channel. I changed the Channel thumbnail and edited the description on my Second Chance channel, but the Publish button wasn’t activated. So I had to add a dummy PDF in order to publish those changes and then had to delete the PDF.
Additional information
Recording
Notes
We track a root tree node and children nodes changes in the changed field on a node which is used to decide if there are any changes to be published. Based on that, the "Publish" button is displayed as enabled or disabled. However, it seems that there is no similar mechanism for tracking channel changes.
Steps to reproduce the issue
Go to the channel editor page for a channel that you can edit
Publish the channel if it hasn't been published already and see the "Publish" button disabled
Click the "Edit channel details" pencil button in the top bar
Update only the channel's thumbnail/title/language/description without making any updates to its children resources
See the "Publish" button still disabled
Usage Details
OS: Ubuntu
Browser: Chrome
The text was updated successfully, but these errors were encountered:
Observed behavior
Assume that I have an existing channel that has already been published, which means that the "Publish" button is disabled on the channel editor page. When I update only the channel's details, that is its thumbnail, title, language, or description, the "Publish" button stays disabled, and I can't publish the updated channel.
Expected behavior
The "Publish" button is enabled after I update only the channel's thumbnail, title, language, or description, and I can publish the channel.
User-facing consequences
Users can't publish a channel if they update its details only.
They need to update its resources as a workaround to be able to publish it as described in the original report:
Additional information
Recording
Notes
We track a root tree node and children nodes changes in the
changed
field on a node which is used to decide if there are any changes to be published. Based on that, the "Publish" button is displayed as enabled or disabled. However, it seems that there is no similar mechanism for tracking channel changes.Steps to reproduce the issue
Usage Details
The text was updated successfully, but these errors were encountered: