Hi, the Idle Session feature checks inactivity on the JS side. So, if you scroll down on the page, click a section, or perform any other event, it can reset the idleTracker. So, are you sure that there is no inactivity on your side and that it's not triggering the dialog to confirm to sign in/sign out?
Regards.
Hi, can you please provide information? For example, what is your ABP version, or did you change/update the changePassword page?
Regards.
{ "culture": "en", "texts": { "PaymentRequests:CreationDateMin": "Minimum Creation Date", "PaymentRequests:CreationDateMax": "Maximum Creation Date", "PaymentRequests:PaymentType": "Payment Types", "PaymentRequests:Status": "Status", "PaymentRequests:Search": "Search", "PaymentRequests:TotalPrice": "Total Price", "PaymentRequests:Currency": "Currency", "PaymentRequests:State": "State", "PaymentRequests:Gateway": "Gateway", "PaymentRequests:ExternalSubscriptionId": "External Subscription ID", "Plans": "Plans"
}}
It Provide me working code.
You can use this approach for any of our modules and update any localization you want. But, unfortunately, currently, when you install an ABP Module, we don't include the localizations for each module, because if we do this, and update localizations/or add new localizations, you would not get the localization entries and it could cause missed localization entries in your application. This is why we don't provide all localization values for the relevant modules.
Regards.
[sayedzakaria] said: the module project doesn't have any angular UI
Hi, I've created a main application (Issue9365), and then created a new module with DDD template named Issue9365.ProductModule:
Then, imported the new module to the main solution via ABP Studio, and confirmed the below dialog:
After that, I opened ABP Suite, selected the product module and generated CRUD pages:
Then, I opened the product module's angular folder and successfully saw the generated code as follows:
So, it generated the CRUD pages for Angular UI. However, to be able to use it in my main project, I need to make some changes in my main angular project. And therefore, https://github.com/abpframework/abp/issues/20827#issuecomment-2624232973 I followed steps in this thread, and successfully saw the page in my main application.
Please check all of these steps, and try to find the missing step. If you are still not able to make it work, please let me know.
Regards.
[Vineforce_Dev1] said: Then how i change localization for these two Fecha de creación Min Fecha de creación máx. entries
Here are the localization keys for the text you asked: PaymentRequests:CreationDateMin and PaymentRequests:CreationDateMax . You can search for that name, and then localize them as you wish.
how add one row in this page
Hi, in the Language Texts page, you can't create a new localization entry, instead it's used to dynamically change an existing localization entry from a single point.
Fecha de creación Min Fecha de creación máx. Payment type Status Plz suggest how do localization
If you want to localize these you can filter through the PaymentResource, find the localization key, and update its value:
If you want to localize it from English to Espanol, then select English as the base culture and Esponal as the target culture as the figure above. Please refer to the documentation for further info: https://abp.io/docs/latest/modules/language-management#language-texts / It's explained in here.
Closing this question, because it seems you created a new one and we can continue on that question: https://abp.io/support/questions/9368/How-do-Localization-for-abpio
Hi, if you are using the Language Management module, then you can dynamically update localization entries in the "LanguageTexts" page. See the documentation for more info: https://abp.io/docs/latest/modules/language-management#language-texts
On the page, you can select the base and target language and then update the text and localize it.
Regards.
[nguyenngoc.son] said: Hi, When user access the site the first time, the endpoint application-configuration take 1.6 second to complete. After login, it take 5.7 seconds
It is common for the first call to application-configuration to take longer because the server builds and caches the configuration. Subsequent calls should be significantly faster. If not (and it seems it's not in your case), can you share your solution via email to support@abp.io with the ticket number, so I can deeply investigate the potential reason?