#customtheme

how to add rtl in bonita 2021

Hi

I’m using Bonita Community version 2021.2 and I want to set rtl for entire project.

For this reason, I added bootstrap-rtl file in header of iframes such as living application for TaskListPage , forms of UI-designer and so on.

But after deploying and running the project, they don’t work!

My rtl file added after theme.css in the header, but UI still is ltr!

Could anyone tell me where the problem comes from?

Thank you for any help you can offer.

Implement error logging (sentry)

Hello,

right now i'm trying to implement sentry (error tracking) into my Bonita living application.
You basically have to add a html script tag on every page which is executed as early as possible.
( see https://docs.sentry.io/platforms/javascript/)

Notifications