Lots of View Bugs
Lots of View Bugs
Posted in wrong place at first. I have shared this app under dermii login.
Also have column duplication problem described in another post.
MOST IMPORTANT - I am using the app to create a JSON export that HAS to have the word "title" as one of the columns exported. Apparently, this is somehow a protected word. Whenever you save a script describing a view with one of the columns named title (example:
list "foo"
{
show all rows from bar
(
title
)
}
you get this error:
Error modifying the page
Encountered "title" at line 9, column 9. Was expecting one of: "table" ... "list" ... "calendar" ... "summary" ... ... "show" ... "all" ... "rows" ... "from" ... "display" ... "," ... "total" ... "average" ... ... ")" ... ...
This won't work for tons of applications!
PS - this is nothing I did. If I create a view, open the script and save it - you get the same error.
In addition, when modifying the names on the right in column properties, the view often snaps back partially to its original state, or adds a column, or does funky thing. Same thing with modifying the script - the view has a mind of its own.