I'm running 1.6.3, and I think there's a bug that will cause a screen to disappear from the frontend. Here's the scenario.
Take a screen that has an empty cell, click on change in that cell.
Adjust the width and/or height, do not assign it an item, and click save.
The screen is now gone, and there is an item in the DB that looks like this:
+--------------+----------+--------------+------------+-------+--------+---+---+---------+---------+----------+--------+--------+-------+-----+---------+
| screenitemid | screenid | resourcetype | resourceid | width | height | x | y | colspan | rowspan | elements | valign | halign | style | url | dynamic |
+--------------+----------+--------------+------------+-------+--------+---+---+---------+---------+----------+--------+--------+-------+-----+---------+
| 24 | 10 | 0 | 0 | 150 | 100 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | | 0 |
+--------------+----------+--------------+------------+-------+--------+---+---+---------+---------+----------+--------+--------+-------+-----+---------+
1 row in set (0.00 sec)
It's the resourcetype or resourceid that causes the permissions issue and the screen to disappear. Thought I should pass it along.
Pat
Take a screen that has an empty cell, click on change in that cell.
Adjust the width and/or height, do not assign it an item, and click save.
The screen is now gone, and there is an item in the DB that looks like this:
+--------------+----------+--------------+------------+-------+--------+---+---+---------+---------+----------+--------+--------+-------+-----+---------+
| screenitemid | screenid | resourcetype | resourceid | width | height | x | y | colspan | rowspan | elements | valign | halign | style | url | dynamic |
+--------------+----------+--------------+------------+-------+--------+---+---+---------+---------+----------+--------+--------+-------+-----+---------+
| 24 | 10 | 0 | 0 | 150 | 100 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | | 0 |
+--------------+----------+--------------+------------+-------+--------+---+---+---------+---------+----------+--------+--------+-------+-----+---------+
1 row in set (0.00 sec)
It's the resourcetype or resourceid that causes the permissions issue and the screen to disappear. Thought I should pass it along.
Pat
Comment