Troubleshooting » History » Version 1
Luke Murphey, 06/16/2014 05:43 AM
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> |