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
I was missing the well known ChangeNote (Änderungsnotiz) input field when trying to comment the changes I made to the Beethoven Sprint 2024 page for others. See my comments in: #65
In the Plone6 Volto documentation you cannot find any descriptions of the ChangeNote / Änderungsnotiz option (either in EN or DE languages) except in the workflow changes of states. Most docs refer to older Plone 3-5 manuals.
In fact the ChangeNote data is present in the history listing of the page (via "Ellipsis Menu" under the pencil icon in view mode) containing the workflow state changes and the saved revisions. But the displayed field for Änderungsnotiz is empty for edits and cannot be altered during editing or later in the history.
HTML is rendered but not visible
After investigating the html source of the editing view using the dom inspector in the browser, you can identify the corresponding input field and surrounding text as properly rendered, but hidden by a (from my point of view) misinterpreted CSS snippet inherited from _footer.scss in the webpack namespace. I cannot identify the exact origin, since the line 37 referenced in the dom inspector does not contain obvious related entries. Therefore I cannot add some path to the sourcecode and need further investigation.
Maybe a Site Manager accessible preset is preventing the display? But lacking any docs, I am still searching for a corresponding origin of a related option.
Screenshots
I provide some screenshots from Chrome official build Version 125.0.6422.142 on MacOS Ventura 13.6.7 (22G720) M1 / Apple Silicon.
Inputfield ChangeNote not visible at the lower right after "Legende zum Teaserbild"
Sourcecode Inputfield ChangeNote not visible (.field-wrapper-changeNote {display: none;})
I was missing the well known ChangeNote (Änderungsnotiz) input field when trying to comment the changes I made to the Beethoven Sprint 2024 page for others. See my comments in: #65
In the Plone6 Volto documentation you cannot find any descriptions of the ChangeNote / Änderungsnotiz option (either in EN or DE languages) except in the workflow changes of states. Most docs refer to older Plone 3-5 manuals.
In fact the ChangeNote data is present in the history listing of the page (via "Ellipsis Menu" under the pencil icon in view mode) containing the workflow state changes and the saved revisions. But the displayed field for Änderungsnotiz is empty for edits and cannot be altered during editing or later in the history.
HTML is rendered but not visible
After investigating the html source of the editing view using the dom inspector in the browser, you can identify the corresponding input field and surrounding text as properly rendered, but hidden by a (from my point of view) misinterpreted CSS snippet inherited from _footer.scss in the webpack namespace. I cannot identify the exact origin, since the line 37 referenced in the dom inspector does not contain obvious related entries. Therefore I cannot add some path to the sourcecode and need further investigation.
Maybe a Site Manager accessible preset is preventing the display? But lacking any docs, I am still searching for a corresponding origin of a related option.
Screenshots
I provide some screenshots from Chrome official build Version 125.0.6422.142 on MacOS Ventura 13.6.7 (22G720) M1 / Apple Silicon.
Inputfield ChangeNote not visible at the lower right after "Legende zum Teaserbild"
Sourcecode Inputfield ChangeNote not visible (.field-wrapper-changeNote {display: none;})
referenced CSS resource displayed (webpack://client/_footer.scss)
Sourcecode Inputfield ChangeNote now visible (.field-wrapper-changeNote {display: none;} inactive)
Inputfield ChangeNote now visible (Änderungsnotiz) at the lower right after "Legende zum Teaserbild"
The text was updated successfully, but these errors were encountered: