Hi Andreas, Am 24.04.2018 um 18:09 schrieb Andreas Melcher: > Thank you, that fixed it. glad to hear
> 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. With "add additional lines" you mean to have the plus sign? Well yes thats the clonable option and it is definitly wrong to be used here. A clonable field is considered a list of similar items like SAN entries or the like. It is not designed to have a linear row of comment items (what I would expect in your situation) > - Editing this field later on does not keep the original content anymore but > clears and replaces it with the new text. Thats also right - the comment field is just a "normal" attribute of the workflow which is overwritten. > 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. I assume you are looking for some "comment history" right? Have a look on "OpenXPKI::Server::Workflow::Activity::Tools::WFArray" - this can be used to add the value of an input field to a field holding an array. if you need more support on getting this solved, feel free to contact me via PM. best regards Oliver > 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 > -- Protect your environment - close windows and adopt a penguin!
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------------ 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
