I was doing some translations to our app and I noticed that service module validation messages are not shown in Service Studio properties area.
Should there be those on module like those are in reactive module?
I still can find those from translations, but not from the module.
Is this a bug in Service Studio module properties or should those text be in translations at all?
BR,
-JP
Hi JP,
The service module intends to enforce the separation of concerns and encapsulate the core service functionality. As a result of this segregation, you don't have front-end screens or client-side possibilities. That's also why you don't see the interface tab. You can read in more detail in the Use services to expose functionality documentation.
By being a module with no screens, those are not applicable, and hence you don't see these messages in such a module.
Kind Regards,João
Hi João, I thought so, but I think those texts should not be also visible in Multilingual Locales either then?
You cannot change the default text anywhere.
Those texts are related to messages to a user regarding the status of the application. You should find them on the end-user module(s) of your application.
Those texts are from service module.
There are separate texts also in end user module, which I can translate.
Those are not same.. I think
BR
I think I understand what you mean. Although you don't see them in the services module, because they are not applicable, you can still find the translations in the multilingual translation widget, right?
At least, that's what I was able to simulate on a sandbox.
If that's the case, I would say you should use Service Studio feedback feature to report this inconsistency.
In any case, I also passed this feedback to OutSystems.