Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

No resource search ...
 
Notifications
Clear all

No resource search function

4 Posts
2 Users
0 Reactions
3,607 Views
(@stefanv)
Posts: 4
Active Member
Topic starter
 
[#4393]

Hello,

we found out that since version 6.2.0 there is no option to search for resources (see attached for example in activities).

We have this option if the activity has already a assigned resource. If we create new activities or persist activies without a assigned resource there is no search function.

The authority for the users is granted. We checked this in "special access" --> Show resource... Even with the admin user we have no resource search function. We also updated the tool to 6.2.5 and there is no bugfix.

Now we downgraded the tool to version 6.1.3 and it works again.

Thank you in advance. Best regards,

Stefan


 
Posted : 02 Jun 2017 13H42
(@babynus)
Posts: 14952
Member Admin
 

You're right, this seem to be a regression.
Issue recorded as Ticket #2824


 
Posted : 03 Jun 2017 12H28
(@babynus)
Posts: 14952
Member Admin
 

Issue fixed.
Fix will be included in V6.3, and possibly in coming patch if required (we do not plan a patch for such minor issue)

If you want to fix it in your code, just change line 1576 in /view/objectDetail.php, from

                if (!array_key_exists($val, $idList)) {

to

                if ($val and !array_key_exists($val, $idList)) {

 
Posted : 03 Jun 2017 12H43
(@stefanv)
Posts: 4
Active Member
Topic starter
 

Thank you for the quick fix. Keep up the good work.


 
Posted : 06 Jun 2017 11H02
Share:

Scroll to Top