Skip to content

[rename][multivalue field] error JS  #18

@akossentini

Description

@akossentini

If I rename the name of a multivalue field, and I modify content , I have a JS error ( www / app / controller / ContributionContenusController.js : L1028 ) because it tries to use the old name.
This error causes an create action instead of an update.
Must add a test:

 if ( multiField.multivalued )
 => 
 if ( Multifield ! == undefined && multiField.multivalued )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions