Adding or Modifying a Change Note

2019-12-10 Thread Gardner, Mike
We have wiki users who often forget to add a Change Note despite repeated haranguings to please do so. I've tired of being the school marm wagging my finger at them. How can we add or modify a Change Note after the fact? I don't see a way to do it in the UI. Thanks, Mike This email may cont

Re: Adding or Modifying a Change Note

2019-12-10 Thread Col Willis
It might be better to ensure a change note is mandatory for a given submit? Unsure if this is currently supported though? On Tue, 10 Dec 2019, 13:23 Gardner, Mike, wrote: > We have wiki users who often forget to add a Change Note despite repeated > haranguings to please do so. I've tired of b

Re: Adding or Modifying a Change Note

2019-12-10 Thread Ulf Dittmer
I would like to have an option to make a non-empty change comment mandatory! A quick search through jspwiki.properties comes up empty, so I don't think this is possible right now. Ulf On Tue, Dec 10, 2019 at 2:29 PM Col Willis wrote: > It might be better to ensure a change note is mandatory for

Re: Adding or Modifying a Change Note

2019-12-10 Thread Dirk Frederickx
Hi, Currently indeed the change-note on a page-edit is an optional field. It is not hard to make it a required field; if you are ready to modify a JSP. Here is how: 1) Open /templates/default/editors/plain.jsp 2) Add a 'required' attribute to the CHANGENOTE input field 3) Add a 'fo

RE: Adding or Modifying a Change Note

2019-12-10 Thread Gardner, Mike
Thank you, Dirk. I'll look to apply your JSP suggestion. Perhaps I should file two Jira improvement suggestions? - A property to make the Change Note a mandatory field. - Some ability to modify the Change Note after-the-fact, like you can for a commit comment in Git or Subversion. Sometim