Premium support for our pure JavaScript UI components


Post by lakshmi p »

Hi Team,
In the taskEdit popup, there is a lov . When user selects a value from that lov, the task's changes should be committed no matter if user clicks save or cancel here after. Since taskstore is associated to crudManager, I see that the taskstore.commit() is not invoking the REST API. I've set the autocommit to true and tried by defining payload in beforeRequest event listener.
but i see that the changes are reflected only after page refresh, I need the change available during re-open of popup itself. How can i get this done.

Requirement: If user changes value in a combo box from A->B, on re-open of popup, A is shown but on page reload B is shown. B needs to be shown on popup re-open
Any pointers to this?

Issue: changes to taskStore is not getting reflected immediately after the commit(). it is reflected only on page refresh


Post by alex.l »

Please post Vanilla related questions on Vanilla forums, not ExtJS.
I don't see such problem in our demos, please see video attached

Screen Recording 2025-01-22 at 11.56.38.mov
(21.89 MiB) Downloaded 4 times

Make sure you added your field into TaskModel, if we are talking about custom fields. If not, please provide a runnable test case.

All the best,
Alex Lazarev

How to ask for help? Please read our Support Policy

We do not write the code in bounds of forum support. If you need help with development, contact us via bryntum.com/services


Post Reply