Hi,
I'm developing a canvas app, using custom entities. It's quiet simple, mainly several screen with a gallery in each of them. ">" button used to navigate between them following relations.
The initial screen has only some buttons to start navigation on several independent entities hierarchies. By independent I mean there are two unconnected sets of entities. There are relations inside each set, but not form one set to the other. Something like this:
- 1st Set: Entity A ==> related entity B ==> entity C.
- 2nd Set: entity X ==> entity Y
The development of screens for the first set is finished, and it was working fine.
However, now I've started with second set of entities/screens, and one of the entities, i.e. entity "B" in first set has stopped showing data. I've check data is present in database, I can edit it with Excel.
I don't get any error messages. I've checked that if I recover an older version of the app, it starts working ok, and showing data. However, when reworking changes from an older version of app, data dissapears again.
If I make a copy of the screen not showing data ("duplicate screen" in the dots next to the screen name in tree view of the app), the copy works ok. Just duplicate, no need to any changes. However, when editing subsequent screens to make reference to the copy, it also gets corrupted. Nothing special, just change "myOldList.selected" to "myNewList.selected"...
One more thing... If I make a copy of the screen not showing data ("duplicate screen" in the dots next to the screen name in tree view of the app), the copy works ok. Just duplicate, no need to any changes.
User | Count |
---|---|
122 | |
87 | |
86 | |
75 | |
67 |
User | Count |
---|---|
214 | |
181 | |
137 | |
96 | |
83 |