Hi Oliver, Thank you, that fixed it.
But it also changed other things: - The comment field does not allow to add additional lines anymore. I guess that has to do with the "clonable" property of the field. - Editing this field later on does not keep the original content anymore but clears and replaces it with the new text. We can live with both for now - I just wanted to update you with the observed changes after removing the "min" value from the template. Best regards, Andreas > On 24. Apr 2018, at 13:40, Oliver Welter <[email protected]> wrote: > > Hi Andreas, > > remove it - the syntax here is a bit clumsy (one can also say broken) > and not documented yet... > > As soon as you set "min" to a non-zero value the field is considered to > be clonable, just remove the "min" key completly to have a mandatory > single value field. > > I will fix this for a cleaner syntax for the next release and add it to > the docs. > > Oliver > > PS: Some free seats for our workshop are still available > http://www.openxpki.org/2018/04/workshop-invitation > >> Am 24.04.2018 um 10:59 schrieb Andreas Melcher: >> Hi Oliver, >> >> Yes, "min: 0" was changed to"min: 1" to make comment input mandatory. >> Otherwise the file matches the github version. >> >> Best regards, >> Andreas >> >> >>> On 23. Apr 2018, at 18:58, Oliver Welter <[email protected]> wrote: >>> >>> Hi Andreas, >>> >>> I can not see this behaviour in my demo installation - might it be that >>> you changed the definition of the comment field (located in >>> config.d/realm/ca-one/profile/template/comment.yaml)? >>> >>> Oliver >>> >>>> Am 19.04.2018 um 18:49 schrieb Andreas Melcher: >>>> Hi, >>>> >>>> In our OpenXPKI installation (1.20.1-1 on Debian 8.10) the Comment field >>>> is mostly handled correctly except for the certificate request approval >>>> screen of the RA Operator. This is the screen showing after clicking on a >>>> workflow in the Outstanding Tasks screen. The URL shows then >>>> .../#/openxpki/workflow!load!wf_id!... In the table row where the >>>> requestor information is shown the Comment is displayed as ARRAY(0x...) >>>> instead of showing the comment text. >>>> >>>> Since the comment section allows to add extra comment fields using the "+" >>>> button we assume that comments are saved into an array structure which is >>>> somehow incorrectly handled on this screen but we cannot figure out >>>> whether this is caused by code or config. >>>> >>>> Does anybody have a clue where to check? >>>> >>>> Best regards, >>>> Andreas >>>> ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
