If adding an asset is added to another asset with an open version tag, put the
new asset in that version tag, too.
This commit is contained in:
parent
caee13dba2
commit
f0eaa51d3a
4 changed files with 125 additions and 10 deletions
|
|
@ -2757,7 +2757,7 @@ sub www_editSave {
|
|||
$object->updateHistory("edited");
|
||||
|
||||
# we handle auto commit assets here in case they didn't handle it themselves
|
||||
if ($object->getAutoCommitWorkflowId && $self->hasBeenCommitted) {
|
||||
if ($object->getAutoCommitWorkflowId) {
|
||||
$object->requestAutoCommit;
|
||||
}
|
||||
# else, try to to auto commit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue