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
The input field should be visible, and the input should be visible in the history after a save.
Software
Still valid in Volto 18.9.0 and Plone 6.1 and @kitconcept/volto-light-theme 6.0.0-alpha.15 (since 6.0.0-alpha-6)
Missing functionality
The changeNote is intended to keep track of the purpose of changes over time and is displayed in the workflow history of the object in the same column with the state change note.
The kind of ugly appearance and bad UX (same as core Volto) is not reason enough to hide this until fixed.
To Reproduce
Steps to reproduce the behavior:
The effect can be checked at time of ticket creation on https:demo.plone.org, https://demo.plone.de or https://plone.de (needs an account)
with Volto Light Theme installed!
Go to 'site setup' and enable behaviour "Versioning" for e.g. the content type page if not already active.
Create a new page or Click on the 'Edit Icon' (Pencil) of an existing page.
There is no input field for the changeNote visible.
Enter Dom inspector and navigate to the HTML code at the end of the preview image text elements (it is in the <div id="metadataform-fieldset-default">)
You find the full HTML structure in the source
The text was updated successfully, but these errors were encountered:
This is a general Volto Light Theme related version of my Plone.de ticket: plone/plone.de#66 and was encouraged by @tisto.
It replaces plone/volto#6105 due to not related to volto in general.
Desription of the bug
source file https://github.com/kitconcept/volto-light-theme/blob/main/packages/volto-light-theme/src/theme/_content.scss#L225 ff
Expected behavior
The input field should be visible, and the input should be visible in the history after a save.
Software
Still valid in Volto 18.9.0 and Plone 6.1 and @kitconcept/volto-light-theme 6.0.0-alpha.15 (since 6.0.0-alpha-6)
Missing functionality
The changeNote is intended to keep track of the purpose of changes over time and is displayed in the workflow history of the object in the same column with the state change note.
Remarks:
@tisto mentioned some background here Copytext of Stories, News, Events mentioning dates in the future is not properly transformed after the event date. How to improve the workflows. plone/plone.de#65 (comment) related to a more prominent position of the UI element to enter the changeNote. Actually the element was hidden but never showed up at a better position. (Proposal for Pastanage UI seems to exist.
The kind of ugly appearance and bad UX (same as core Volto) is not reason enough to hide this until fixed.
To Reproduce
Steps to reproduce the behavior:
with Volto Light Theme installed!
<div id="metadataform-fieldset-default">
)The text was updated successfully, but these errors were encountered: