markash / threesixty

Employee 360 Performance Review
http://markash.github.io/threesixty/
18 stars 9 forks source link

Weighting on the Assessment Rating Panel does not trigger the Save button to be enabled #12

Closed markash closed 7 years ago

markash commented 7 years ago

Weighting on the Assessment Rating Panel does not trigger the Save button to be enabled. Probably the binder is only looking at the 4 fields and not the AssessmentRatingsField :-S

markash commented 7 years ago

This was resolved as part of the AssessmentRatingField redesign which triggers the entity edit views's listener (save & reset buttons) on the form's status change listener which calls the form's isModified() & isValid() methods to determine if the form has changed instead of just relying on the StatusChangeEvent since some changes won't fire by the Binder or there might be more than one Binder.