Skip to content

SUP-19848: Copypaste fix#814

Open
plyhun wants to merge 1 commit into
hotfix-6.3.xfrom
hotfix-6.3.x-sup-19848
Open

SUP-19848: Copypaste fix#814
plyhun wants to merge 1 commit into
hotfix-6.3.xfrom
hotfix-6.3.x-sup-19848

Conversation

@plyhun

@plyhun plyhun commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@plyhun plyhun requested a review from npomaroli June 16, 2026 12:34

if (PublishState.ONLINE.getValue() == logEntry.getState()) {
var publisherId = object.getFutureUnpublisher() != null ? object.getFutureUnpublisher().getId() : userId;
var publisherId = object.getFuturePublisher() != null ? object.getFuturePublisher().getId() : userId;

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Been a bit confused of how this has to behave actually. Like, if the object is to be (un)published right away, its scheduled state (future(Un)publisher) has to be cleared away in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant