How to create read only pages without actually using read only roles and permission lists.
We need to restrict users not to do any transactions.No database updates should be triggered even though save button is clicked.
My bussiness requirement: We already have read only roles and users but it does not solve our requirement.We need to have buttons enabled for users and they should be restricted not to do any transactions.
My bussiness requirement: We already have read only roles and users but it does not solve our requirement.We need to have buttons enabled for users and they should be restricted not to do any transactions.
0