Bug: When url_can_be_shared_between_users
user url counts show incorrect number
#135
Labels
bug
Something isn't working
Describe the bug
when
url_can_be_shared_between_users
option is enabled then if you list users you will see incorrect url numbers for every userTo Reproduce
Steps to reproduce the behavior:
smartyurl.url_can_be_shared_between_users
on .envExpected behavior
the problem exists because the system till count shared link as user links
so we should change the function that count the URLs of user to return only his links not the shared also.
even when listing the user url by admin e.g https://smartyurl.test/index.php/url/user/2 it show the shared also , and note that if you plan to change this you should consider while the user list his urls by himself.
using Smarty v0.0.0-dev.6
The text was updated successfully, but these errors were encountered: