Make editable implementations consistent.
Review Request #7908 — Created Jan. 25, 2016 and submitted — Latest diff uploaded
Sonar uses several custom x-editable types, for various things. These were done
with a mix of ES6 classes and$.extend
. I've changed it so they all use the
class-based implementation, and are consistent with regards to things like
EditableClass.defaults
.
Tested each of the editables and saw that they still worked.
lib/frontend/all-status-reports-view.js |
---|
lib/frontend/editable-datepicker.js |
---|
lib/frontend/editable-defs.js |
---|
lib/frontend/editable-epiceditor.js |
---|
lib/frontend/editable-selectize.js |
---|