Skip to content

Commit

Permalink
fix: remove skipOnPopulate from "published" field (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j authored and Pavel910 committed Nov 1, 2019
1 parent b5b6212 commit 154d2bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default ({ createBase, context, PbCategory, PbSettings }) => {
version: number(),
parent: id(),
published: flow(
skipOnPopulate(),
onSet(value => {
// Deactivate previously published revision
if (value && value !== instance.published && instance.isExisting()) {
Expand Down

0 comments on commit 154d2bc

Please sign in to comment.