Skip to content

Commit

Permalink
Merge pull request #785 from UN-OCHA/berliner/HPC-9258
Browse files Browse the repository at this point in the history
HPC-9258: Use auto visible flag from CM to determine initial publication status of imported documents
  • Loading branch information
berliner authored Nov 7, 2023
2 parents 485f756 + bee6d17 commit 8158d6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ process:
plugin: default_value
default_value: document
title: title
status:
plugin: default_value
default_value: 1
status: autoVisible
created:
plugin: callback
callable: strtotime
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ process:
plugin: default_value
default_value: document
title: title
status:
plugin: default_value
default_value: 1
status: autoVisible
created:
plugin: callback
callable: strtotime
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ public function importDocuments(array $tags = NULL) {
created
updated
tags
autoVisible
}
}
}';
Expand Down

0 comments on commit 8158d6f

Please sign in to comment.