-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Remove "Bika" naming from Setup #814
Remove "Bika" naming from Setup #814
Conversation
@xispa, @ramonski The
However, the title shown in the control panel does not get updated (even after clearing the cache memory). I haven't been able to identify what is the reason for that. I think the code responsible for rendering the titles of the items is https://github.com/senaite/senaite.lims/blob/2bef4fb9eaf7d77037363a32901bb35563695ed2/src/senaite/lims/browser/bootstrap/templates/plone.app.controlpanel.overview.pt#L99 but I don't know how to force it to update the title. |
@juangallostra not sure if this will work but can you try something like |
@Lunga001 Thanks for the idea! I will test if it works and report back |
@Lunga001 yep, it worked! 👍 |
Description of the issue/feature this PR addresses
Linked issue: #795
Current behavior before PR
When navigating to the control panel users find that the LIMS Configuration section is called "Bika LIMS Configuration". Also, the link to the setup page is called "Bika Setup". This is confusing for new users.
Desired behavior after PR is merged
The fields specified in the previous section are renamed to "LIMS Configuration" and "Setup". "Bika" naming is removed from Setup.
Screenshot (optional)
--
I confirm I have tested this PR thoroughly and coded it according to PEP8
and Plone's Python styleguide standards.