Project

General

Profile

Troubleshooting » History » Version 2

Luke Murphey, 02/18/2015 11:39 PM

1 1 Luke Murphey
h1. Troubleshooting
2 1 Luke Murphey
3 1 Luke Murphey
h2. Why don't some views show up?
4 1 Luke Murphey
5 1 Luke Murphey
If some views are not listed on the configuration page, then use the following search to help determine why they are not supported:
6 1 Luke Murphey
7 1 Luke Murphey
<pre>
8 1 Luke Murphey
| rest /services/data/ui/views  | eval sharing='eai:acl.sharing' | eval description="" | eval description=if(sharing=="app", "View is not shared properly", description) | eval description=if(isVisible=0,"View is set to invisible", description) | eval description=if(like('eai:data', "%type=\"redirect\"%"),"View is just a redirect", description)  | eval description=if(like('eai:data', "%pages/app.html%"),"View does not load Javascript", description) | table title description
9 1 Luke Murphey
</pre>
10 2 Luke Murphey
11 2 Luke Murphey
*Note:* version 2.0 of the all should show all views since it now supports nearly all of them.