Now with updated_on date times. Other improvements and clean up.
This commit is contained in:
@@ -1400,6 +1400,10 @@ $: if ($lq__event_presenter_obj) {
|
||||
|
||||
let event_presenter_data = {
|
||||
'biography': ae_tmp.biography,
|
||||
'data_json': {
|
||||
...$lq__event_presenter_obj.data_json,
|
||||
'biography_updated_on': new Date().toISOString()
|
||||
},
|
||||
};
|
||||
|
||||
ae_promises.update__event_presenter_obj = events_func.update_ae_obj__event_presenter({
|
||||
|
||||
Reference in New Issue
Block a user