Landing Page Dynamic Content (Multi-language) Not Saving or Updating
Under Review
August 11, 2025
📌 Issue Description:
Landing Page Dynamic Content (Multi-language) Not Saving or Updating
When adding or editing Landing Page content from the Super Admin or CMS (dynamic content that supports Arabic + English), the update does not work correctly:
On add or edit, the content is not saved or updated in the database.
Deletion works fine.
In some cases, content in one language is deleted when editing the other language.
Possible Cause:
The API request on save is not sending fields for both languages, causing the system to replace missing fields with null.
Or the i18n / Localization feature is not properly enabled or configured for the Landing Page model.
RTL Button Issue
The button for switching between RTL and LTR is not working correctly, which may cause:
Direction not changing as expected on some pages.
Some elements remain misaligned after switching.
Possible Cause:
The direction is changed (dir="rtl" / dir="ltr") but some components have fixed CSS that does not adapt.