I'm using a Request for Approval element.
log in to the various users and want to approve and I don't see that the approval table counts the approvals on their screen. its always 0 before approval. this is normal ?
the only one who sees the counter count perfect is the "admin" user. why ?
thanks!
Like
Hello!
Make sure that there are no errors in the console or network during the panel opening.
The cause might be a modified configuration, and an entity could have been added to it.
Run the script:
select smv.* from SysSchema ss
right join
SysModuleVisa smv on smv.VisaSchemaUId=ss.[UId]
where ss.id is null
If the script returns a record, you can delete it, as it does not exist in the configuration.
Please note that you should first run this on a copy and make a backup before executing it.