Workflow Comment popup does not show up in workbox
I am using Sitecore 9.1.
I made a custom workflow and assigned a few actions and commands to it as the below picture shows:
The "Default Comment Template" field is set to the standard comment template, and "Suppress comment" is not checked.
My problem is that, whenever I accept or reject an item within this workflow, the comment popup never appears. I am using the buttons highlighted below
I've been searching online for a while but have only found articles about wanting to hide the comment popup, but nothing about it not appearing in the first place..
Does anyone know what might be the cause of this issue?
workflow
|
show 1 more comment
I am using Sitecore 9.1.
I made a custom workflow and assigned a few actions and commands to it as the below picture shows:
The "Default Comment Template" field is set to the standard comment template, and "Suppress comment" is not checked.
My problem is that, whenever I accept or reject an item within this workflow, the comment popup never appears. I am using the buttons highlighted below
I've been searching online for a while but have only found articles about wanting to hide the comment popup, but nothing about it not appearing in the first place..
Does anyone know what might be the cause of this issue?
workflow
Please make sure popups are blocked on your browser.
– Amitabh Vyas
Feb 27 at 14:39
@AmitabhVyas they are not blocked,i made sure
– mie
Feb 27 at 14:39
The question should point out, Workbox is being used here - this is not Sitecore's standard workflow in play.
– Mark Cassidy♦
Feb 27 at 16:56
@MarkCassidy I did mention that I made a custom workflow at the beginning :)
– mie
Feb 28 at 9:49
That has nothing to do with it :-) You're using Workbox for your approval flow, which changes things up a bit.
– Mark Cassidy♦
Feb 28 at 10:36
|
show 1 more comment
I am using Sitecore 9.1.
I made a custom workflow and assigned a few actions and commands to it as the below picture shows:
The "Default Comment Template" field is set to the standard comment template, and "Suppress comment" is not checked.
My problem is that, whenever I accept or reject an item within this workflow, the comment popup never appears. I am using the buttons highlighted below
I've been searching online for a while but have only found articles about wanting to hide the comment popup, but nothing about it not appearing in the first place..
Does anyone know what might be the cause of this issue?
workflow
I am using Sitecore 9.1.
I made a custom workflow and assigned a few actions and commands to it as the below picture shows:
The "Default Comment Template" field is set to the standard comment template, and "Suppress comment" is not checked.
My problem is that, whenever I accept or reject an item within this workflow, the comment popup never appears. I am using the buttons highlighted below
I've been searching online for a while but have only found articles about wanting to hide the comment popup, but nothing about it not appearing in the first place..
Does anyone know what might be the cause of this issue?
workflow
workflow
edited Feb 28 at 11:25
mie
asked Feb 27 at 13:55
miemie
31413
31413
Please make sure popups are blocked on your browser.
– Amitabh Vyas
Feb 27 at 14:39
@AmitabhVyas they are not blocked,i made sure
– mie
Feb 27 at 14:39
The question should point out, Workbox is being used here - this is not Sitecore's standard workflow in play.
– Mark Cassidy♦
Feb 27 at 16:56
@MarkCassidy I did mention that I made a custom workflow at the beginning :)
– mie
Feb 28 at 9:49
That has nothing to do with it :-) You're using Workbox for your approval flow, which changes things up a bit.
– Mark Cassidy♦
Feb 28 at 10:36
|
show 1 more comment
Please make sure popups are blocked on your browser.
– Amitabh Vyas
Feb 27 at 14:39
@AmitabhVyas they are not blocked,i made sure
– mie
Feb 27 at 14:39
The question should point out, Workbox is being used here - this is not Sitecore's standard workflow in play.
– Mark Cassidy♦
Feb 27 at 16:56
@MarkCassidy I did mention that I made a custom workflow at the beginning :)
– mie
Feb 28 at 9:49
That has nothing to do with it :-) You're using Workbox for your approval flow, which changes things up a bit.
– Mark Cassidy♦
Feb 28 at 10:36
Please make sure popups are blocked on your browser.
– Amitabh Vyas
Feb 27 at 14:39
Please make sure popups are blocked on your browser.
– Amitabh Vyas
Feb 27 at 14:39
@AmitabhVyas they are not blocked,i made sure
– mie
Feb 27 at 14:39
@AmitabhVyas they are not blocked,i made sure
– mie
Feb 27 at 14:39
The question should point out, Workbox is being used here - this is not Sitecore's standard workflow in play.
– Mark Cassidy♦
Feb 27 at 16:56
The question should point out, Workbox is being used here - this is not Sitecore's standard workflow in play.
– Mark Cassidy♦
Feb 27 at 16:56
@MarkCassidy I did mention that I made a custom workflow at the beginning :)
– mie
Feb 28 at 9:49
@MarkCassidy I did mention that I made a custom workflow at the beginning :)
– mie
Feb 28 at 9:49
That has nothing to do with it :-) You're using Workbox for your approval flow, which changes things up a bit.
– Mark Cassidy♦
Feb 28 at 10:36
That has nothing to do with it :-) You're using Workbox for your approval flow, which changes things up a bit.
– Mark Cassidy♦
Feb 28 at 10:36
|
show 1 more comment
1 Answer
1
active
oldest
votes
For bulk workflow operations there is a setting which decides whether the comment box should be displayed or not.
Add
<setting name="Workbox.SingleCommentForBulkOperation">
<patch:delete />
</setting>
<setting name="Workbox.SingleCommentForBulkOperation" value="true" />
setting via a patch file to you App_Config
.
The first line makes sure that if there is a setting with false
already there, it will be removed.
worked like a charm, thank you!
– mie
Feb 28 at 9:58
add a comment |
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "664"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f17100%2fworkflow-comment-popup-does-not-show-up-in-workbox%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
For bulk workflow operations there is a setting which decides whether the comment box should be displayed or not.
Add
<setting name="Workbox.SingleCommentForBulkOperation">
<patch:delete />
</setting>
<setting name="Workbox.SingleCommentForBulkOperation" value="true" />
setting via a patch file to you App_Config
.
The first line makes sure that if there is a setting with false
already there, it will be removed.
worked like a charm, thank you!
– mie
Feb 28 at 9:58
add a comment |
For bulk workflow operations there is a setting which decides whether the comment box should be displayed or not.
Add
<setting name="Workbox.SingleCommentForBulkOperation">
<patch:delete />
</setting>
<setting name="Workbox.SingleCommentForBulkOperation" value="true" />
setting via a patch file to you App_Config
.
The first line makes sure that if there is a setting with false
already there, it will be removed.
worked like a charm, thank you!
– mie
Feb 28 at 9:58
add a comment |
For bulk workflow operations there is a setting which decides whether the comment box should be displayed or not.
Add
<setting name="Workbox.SingleCommentForBulkOperation">
<patch:delete />
</setting>
<setting name="Workbox.SingleCommentForBulkOperation" value="true" />
setting via a patch file to you App_Config
.
The first line makes sure that if there is a setting with false
already there, it will be removed.
For bulk workflow operations there is a setting which decides whether the comment box should be displayed or not.
Add
<setting name="Workbox.SingleCommentForBulkOperation">
<patch:delete />
</setting>
<setting name="Workbox.SingleCommentForBulkOperation" value="true" />
setting via a patch file to you App_Config
.
The first line makes sure that if there is a setting with false
already there, it will be removed.
answered Feb 27 at 15:19
Marek MusielakMarek Musielak
11.3k11136
11.3k11136
worked like a charm, thank you!
– mie
Feb 28 at 9:58
add a comment |
worked like a charm, thank you!
– mie
Feb 28 at 9:58
worked like a charm, thank you!
– mie
Feb 28 at 9:58
worked like a charm, thank you!
– mie
Feb 28 at 9:58
add a comment |
Thanks for contributing an answer to Sitecore Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f17100%2fworkflow-comment-popup-does-not-show-up-in-workbox%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please make sure popups are blocked on your browser.
– Amitabh Vyas
Feb 27 at 14:39
@AmitabhVyas they are not blocked,i made sure
– mie
Feb 27 at 14:39
The question should point out, Workbox is being used here - this is not Sitecore's standard workflow in play.
– Mark Cassidy♦
Feb 27 at 16:56
@MarkCassidy I did mention that I made a custom workflow at the beginning :)
– mie
Feb 28 at 9:49
That has nothing to do with it :-) You're using Workbox for your approval flow, which changes things up a bit.
– Mark Cassidy♦
Feb 28 at 10:36