|
@@ -257,6 +257,9 @@ if ($point && @$point->data) {
|
|
|
handler: function(val, oldVal) {
|
|
|
let parent = $('#edit-univ_sub_social_relationships_assessment-container').closest('form');
|
|
|
parent.find('[name="data"]').val(JSON.stringify(this.data));
|
|
|
+
|
|
|
+ // autosave on change
|
|
|
+ autoSaveSegment(parent.find('[submit]').first());
|
|
|
},
|
|
|
deep: true
|
|
|
}
|