RestAllowed UIAllowed
(Adding message template to the top of the page)
(Replacing message template with parser tag)
Line 1: Line 1:
{{message|Write the content here to display this box}}
<message>Write the content here to display this box</message>
The ViewModel has two settings:
The ViewModel has two settings:
* ''RestAllowed:'' must be set to access information via Rest - default FALSE
* ''RestAllowed:'' must be set to access information via Rest - default FALSE

Revision as of 07:55, 17 June 2024

This page was created by Hans.karlsen@mdriven.net on 2021-03-08. Last edited by Edgar on 2025-01-20.

The ViewModel has two settings:

  • RestAllowed: must be set to access information via Rest - default FALSE
  • UIAllowed: must be set to access information via UI - default TRUE

UIAllowed must be explicitly set for the TurnkeyWeb-UI to show. This setting was introduced to limit access from deep links to screens that may have been designed for purposes other than UI (ServerSide, Rest, Tajson templates, Reports, DeepClone templates, etc.).

RestAllowed must be set in order access rest api backed by the view. According to this pattern:

http://localhost:5052/TurnkeyRest/Get?command=ViewOneThing&id=11!1 
http://localhost:5052/Rest/ViewOneThing/Get?id=11!1                   http://localhost:5052/Rest/ViewOneThing/Get/11!1  
2021-03-08 12h50 07.png