BEXIS2 / Core

This is the public code repository of the BEXIS2 data management software. It contains only modules, components, and packages of the core system. Contributed modules and components will be available in separate repositories. For more information on BEXIS2, please visit our website.
https://bexis2.github.io/
17 stars 13 forks source link

logged off user can see non-public datasets #468

Closed navabpourn closed 4 years ago

navabpourn commented 4 years ago

BEXIS 2.13: Click on the Search button shows all datasets even non-public ones. Someone who is not logged in could see also this list by clicking on the Search.

DavidBlaa commented 4 years ago

Hello Nafiseh, can you please explain again what the problem is?

Currently, it is implemented in a way that unlogged users only have access to the public search. If you also want to have the normal search public, you have to do the following.

a) Set the search feature to public b) enter the search function in the general.setting.xml (in the workspace) instead of the public search.

These changes are described in the change.md

navabpourn commented 4 years ago

Dear David, I cannot find the change.md. Could you please send me the link?

Thx, Nafiseh

DavidBlaa commented 4 years ago

https://github.com/BEXIS2/Core/blob/2.13/Release%20Notes/changes.md

navabpourn commented 4 years ago

Thank you David. I changed the Search Feature to non-public and now it works fine :)