daisy / pipeline-webui

A Web User Interface for the DAISY Pipeline 2
Other
3 stars 2 forks source link

support documentation in regex datatype #77

Closed josteinaj closed 7 years ago

josteinaj commented 8 years ago
<data type="string">
    <param name="pattern">(\([^():]+:[^():]+\))*</param>
    <documentation>The query must be a list of parameters, where a parameter starts with a left paranthesis, then the name of the parameter, then a colon, then the value of the parameter, and then finally a right paranthesis. Spaces are not allowed before or after parameters.</documentation>
</data>

The text would be displayed when a bad value is entered in the string widget.

bertfrees commented 7 years ago

@josteinaj Close?

josteinaj commented 7 years ago

Yes, seems to have been fixed in daisy/pipeline-clientlib-java#19.