Browse Source
saveGroup/saveItem accepted entity params whose createTime/creatorId/updaterId were not sanitized; MetaObjectFillHandler uses strictInsertFill/strictUpdateFill which only fills null fields, so client-supplied audit values were retained. Now: null out all audit fields on entry (framework refills), restore createTime/creatorId from exist on edit.master
2 changed files with 18 additions and 0 deletions
Loading…
Reference in new issue