-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug report] Reporting a issue not possible from kiosk with ALLOW_CONDITIONAL_URLS = False
#279
Comments
ALLOW_CONDITIONAL_URLS = False
My first thought was "how is it possible to run a kiosk with The goal of the I think that was the original intent. With that in mind, I am not sure what to do here, if the kiosk and area access URLs should just never be included when conditional urls are False, or since we somehow let it be possible until now, if we should be consistent and let it be shut down from there... |
Thanks for the quick reply. We also have a separate public instance, with I can confirm that if logging on the kiosk one, you are still getting the "not on campus" error if you try to enable any tool from normal interface. For our side no issue, whichever solution is chosen we will make the required changes to our setup. |
Alright, so to be consistent with the original intent of the feature I think we should enforce the following:
In the end it will be up to the person configuring the separate instances of NEMO to enable only the kiosk (I haven't tested it but you should be able to have NEMO.apps.kiosk without NEMO in INSTALLED_APPS) |
Hi @rptmat57,
I am reporting a possible bug (might be by design, though).
We are running a separate kiosk instance, which is running with
ALLOW_CONDITIONAL_URLS = False
.Enabling/Disabling tools work as expected, nonetheless if a user tries to report an issue requesting tool shutdown, they receive the
Tool control is only available on campus
error.Should this permission be added inside
NEMO | user | Kiosk Services
?Thanks,
r-xyz
The text was updated successfully, but these errors were encountered: