Fixed Silent Edit History

  • Thread starter Thread starter Syndol
  • Start date Start date
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.
 
Top Bottom