Actions
Bug #2919
closedinvite errors not displaying correctly
Description
When an invite is a duplicate or the recipient is the owner for example it is just saying the recipient is invalid instead of giving a more exact error such as that they are a duplicate. This is due to the WHERE checks inside the queries, which should be removed as it needs to be done on PHP side for better error handling.
Actions