S
Syndol
Guest
In DataWriter/DiscussionMessage
const OPTION_UPDATE_EDIT_DATE = 'logEdit';
Should be
const OPTION_UPDATE_EDIT_DATE = 'logEditDate';
Otherwise the silent edit option does not save the history.
const OPTION_UPDATE_EDIT_DATE = 'logEdit';
Should be
const OPTION_UPDATE_EDIT_DATE = 'logEditDate';
Otherwise the silent edit option does not save the history.