Bug - SaaS Enterprise v3.30.1. 1x Bug 1x Request

Request: Unable to Hide Mandatory System Fields in Support Contracts

Within the Support Contracts module, there are two system fields:

Support Contract Supplier
Service Value

These fields are currently mandatory and cannot be hidden. In our implementation, we do not use either of these fields, yet users are still required to populate them.

It would be extremely helpful if these system fields could be configured as optional and hidden when they are not required by an organisation’s process.

Could this be reviewed as a potential enhancement?

Bug: Translation File Not Updating Online Assessments Portal Title

We use a custom translation file to rename various elements throughout the system.

We would like to change the title displayed in the Online Assessments Portal. I located what appears to be the relevant translation entry:

msgctxt “frontend.portal.vendor_assessments.index_title”
msgid “Supplier Assessment”
msgstr “FAQ Portal”

However, after updating the msgstr value and reloading the application, the displayed title remains unchanged and continues to show the original text even after I have logged out and back in again.

Could you please confirm whether:

  • This translation key is still being used?
  • Is there another translation key that controls this page title?
  • This may be a bug preventing the translation from being applied?

Any guidance or investigation into this would be appreciated.

Hi!

Regarding the bug you found:
Although we use the on-premises enterprise instance, we’ve noticed exactly this effect as well.

The cause is incorrect capitalization of the string in the msgid

This ist our excerpt of the .po-file:

msgctxt "frontend.portal.vendor_assessments.index_title"
msgid "Supplier assessment"
msgstr "Bewertungsportal"

Try using “assessment” in lowercase

good luck!
Carsten

Thank you Carsten, but that doesn’t work for us for some reason!

Sorry to hear about this.
Obsiously a slightly difference between saas and onpremise instances…