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

Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 7364
Build 7382: arc lint + arc unit
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.