Fix workdaystartdateeditfeature and workdayduedateeditfeature.
ClosedPublic

Authored by dfaure on Jan 20 2019, 11:15 PM.

Details

Summary

Changing a property (e.g. start date) in the editor doesn't have
immediate effect, save() is called by a timer. waitForStableState()
waits for jobs and THEN waits in the event loop, but if that event loop
creates more jobs, it's not waiting for those. Better save right away
when going to a different page.

Test Plan

ctest -R dateeditfeature

Diff Detail

Repository
R4 Zanshin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
dfaure requested review of this revision.Jan 20 2019, 11:15 PM
dfaure created this revision.
dfaure set the repository for this revision to R4 Zanshin.Jan 20 2019, 11:16 PM
ervin accepted this revision.Jan 29 2019, 8:15 PM
This revision is now accepted and ready to land.Jan 29 2019, 8:15 PM
This revision was automatically updated to reflect the committed changes.