How to remove duplicate error message in the workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 09:23 PM
Hello all,
How can I control where the error message is displayed? Supposedly, the error message should only be displayed inside a modal in a workspace but also display a duplicate at the back (workspace).
A client script is responsible for the error message, it works as expected in the platform, but the error message in the workspace is displayed twice.
If it is not possible, can you please provide a workaround for it?
I would greatly appreciate any help. Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 09:36 PM
Hi @tidert_24
Can you explain the requirement or what you are trying to achieve and show client script?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 09:41 PM
The requirement is that I want the error message to be displayed only inside the modal not in the workspace but as shown in the image there is also an error message at the back.
It is an onLoad Client script that is conditioned to display if the view is 'comments' which is the modal btw.