I have encountered a small bug or error on my part that I can't seem to solve.
I've got a enum that I use to tell other enums to show or not with the help of dynamic logic.
Model
|
|_____ Year1
|
|_____ Year2
|
|_____ Year5
Enum 1 - 5 are part of the calculation I made with the formula.
The problem is that when I create a new package, or editing an existing, within the entity, the Model enum shows [object Object].
That is until I edit the field, then it shows the correct value for as long as I'm in the package. If I leave the package and return the [object Object] will show again.
The dynamic logic doesn't seem to care whats happening.
I've got a enum that I use to tell other enums to show or not with the help of dynamic logic.
Model
|
|_____ Year1
|
|_____ Year2
|
|_____ Year5
Enum 1 - 5 are part of the calculation I made with the formula.
The problem is that when I create a new package, or editing an existing, within the entity, the Model enum shows [object Object].
That is until I edit the field, then it shows the correct value for as long as I'm in the package. If I leave the package and return the [object Object] will show again.
The dynamic logic doesn't seem to care whats happening.
Comment