Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Impossible to edit validation script of dynamic attribute #57

Closed
maistrenkoIulia opened this issue Mar 15, 2021 · 0 comments
Closed

Impossible to edit validation script of dynamic attribute #57

maistrenkoIulia opened this issue Mar 15, 2021 · 0 comments
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@maistrenkoIulia
Copy link

Jmix version: 1.0.0-SNAPSHOT
Jmix Studio plugin version: 1.0.SNAPSHOT2639-202
IntelliJ version: IntelliJ IDEA 2020.3.2 (Community Edition)

TC:
dymanic attributes> create category>create attribute
set validation script = if (!value.startsWith("correctValue")) return "the value '\${value}' is incorrect"
OK>apply changes
edit category>attribute >change validation script = if (value.startsWith("c")) return "the value '\${value}' is incorrect"
OK>apply changes
View attribute
ER: validation script = if (value.startsWith("c")) return "the value '\${value}' is incorrect"
AR: validation script = if (!value.startsWith("correctValue")) return "the value '\${value}' is incorrect"

@maistrenkoIulia maistrenkoIulia changed the title Impossibl to edit validation script of dymanic attribute Impossible to edit validation script of dymanic attribute Mar 15, 2021
@andreysubbotin andreysubbotin added this to the 1.0.0 milestone Mar 15, 2021
@andreysubbotin andreysubbotin self-assigned this Mar 15, 2021
@knstvk knstvk changed the title Impossible to edit validation script of dymanic attribute Impossible to edit validation script of dynamic attribute Mar 18, 2021
@knstvk knstvk added the type: bug Something isn't working label Mar 18, 2021
@natfirst natfirst assigned DartVerder and unassigned natfirst Mar 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants