• Jérome Perrin's avatar
    ERP5Form/hal_json: support disabled items in ParallelListField · cd5ce7f6
    Jérome Perrin authored
    (Multi)ListField renders items with None as value as disabled option, but this
    was not really supported in ParallelListField because ParallelListField treated
    the same way the empty ('', '') item and a disabled item ("Disabled", None).
    
    Adjust the conditions to differentiate the two cases.
    cd5ce7f6
ERP5Document_getHateoas.py 102 KB