Skip to content

Commit 7ae4ae7

Browse files
committed
TODO
1 parent aaf06b0 commit 7ae4ae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/documents/documents/modals/schedule-modal/document-schedule-modal.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export class UmbDocumentScheduleModalElement extends UmbModalBaseElement<
5151
}
5252

5353
// Only display variants that are relevant to pick from, i.e. variants that are draft or published with pending changes:
54+
// TODO:[NL] I would say we should change this, the act of scheduling should be equivalent to save & publishing. Resulting in content begin saved as part of carrying out the action. (But this requires a update in the workspace.)
5455
this._options =
5556
this.data?.options.filter(
5657
(option) => option.variant && option.variant.state !== UmbDocumentVariantState.NOT_CREATED,

0 commit comments

Comments
 (0)