Having full access in a particular screen section in a read-only screen is missing save button

I was trying to open a current model containing a screen with a user having only read-only access for the whole screen (menu item) and full access to one particular screen section in a tabcontrol.

I was expecting to be able to edit that screen section and save it.

Instead even though I was able to edit the Memo record, I was not able to save it because the button was missing completely.

How to replicate

  1. Checkout branch to get modeltest project with a problem replication GitHub - origam/origam at enhance-testmodel-to-replicate-several-problems-2022-4
  2. open model with architect and run deployment scripts
  3. Make sure the following setting sits in your OrigamSettings.config <ActivateReadOnlyRoles>true</ActivateReadOnlyRoles> (see more in Desktop client 2015.11.82.0 - not reflect read only screens right - #3 by silence)
  4. open HTML client and login as superuser/administrator
  5. go to Menu > Widgets > Widget Sections Hierarchical Application Roles Test
  6. create/use a record and fill in some text in the bottom ‘memo’ tab.
  7. logout
  8. login as hier_role_tester
  9. go to Menu > Widgets > Widget Sections Hierarchical Application Roles Test
  10. everything should be read-only except memo tab. Should be editable. Form should be savable (save button), but it isn’t - save button is missing

Confirmed to analyse what it would mean to solve it

The menu item is here:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.