Skip to main content
13-Aquamarine
March 5, 2024
Solved

html text area display order list

  • March 5, 2024
  • 3 replies
  • 1185 views

Hi

 

I am able to view the order list in the htmltext area. I have admin / composer access.

But for mashup read only users cannot see the order list.

 

Ex - <ol type="i"> <li>Machine fixing</li></ol> displays like below to me but not for other users, They can see other data in the same screen.

Vipul_Oswal_0-1709626050373.png

 

Best answer by Sathishkumar_C

You have to provide permission following resource or service.

Resource: SecurityServices

Service in SecurityServices: SanitizeHtml()

3 replies

16-Pearl
March 5, 2024

Hi, @Vipul_Oswal  Provide the permission for mashup and other entity-like things and datashape to the user.

17-Peridot
March 5, 2024

You have to provide permission following resource or service.

Resource: SecurityServices

Service in SecurityServices: SanitizeHtml()

16-Pearl
March 5, 2024

Hello @Vipul_Oswal 

 

It definitely seems like a permission issue.

You can try the troubleshooting suggested by @Sathishkumar_C  if still it fails i would suggest you to open the inspect ( developers tool ) for the mashup go to console and there you can see all the errors for permission of particular services or other entities once you provide all the necessary permission it will be resolved for you.

 

Please feel free to reach out in case you still face any challenges

Thanks