Project

General

Profile

Troubleshooting » History » Version 4

Luke Murphey, 03/18/2020 05:21 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.
12 3 Luke Murphey
13 3 Luke Murphey
h2. Does the app work on SHC?
14 4 Luke Murphey
15 3 Luke Murphey
It will work on SHC. The app consists almost entirely of JavaScript code that runs in the browser and thus is not impacted regarding whether the app is installed on SHC or not. It does store the shows in KV store (which ought to replicate).