There appears to be a bug related to filters and searches. When I have a user logged in under a group that filters the cards (based on company ownership) and he/she tries to search and no results are found they simply get the spinning 'Loading' message and it never clears. They think the application is hung when it simply doesn't return results.
Which database are you using?? Test Database or a custom version???
There appears to be a bug related to filters and searches. When I have a user logged in under a group that filters the cards (based on company ownership) and he/she tries to search and no results are found they simply get the spinning 'Loading' message and it never clears. They think the application is hung when it simply doesn't return results.
It's 2.2.0 on our production instance but the same thing occurs on our testing instance running 2.2.1
More digging shows that it has to do with a class NOT having a filter on it. Lets say I have 2 groups
Group1 in it's class permissions has Write access to a particular class (call it Class1) with NO filter on it. When a user logs in with this group and does a search for a known card with a particular serial # he gets the spinning 'loading message'. Other classes specified for this user have filters. In fact the 'parent' class has a filter on it.
Group2 has Write access to Class1 also but it has a filter on that class and a filter on it's parent class. searches work fine and do not return a result as expected.
So it seems that while class inheritance isn't 100% implemented it does in fact have some effect?
Ok we think to have enough details, thank you for your report.
We will check it.
CMDBuild Team