Workflow Comment popup does not show upWorkflow not being appliedSitecore - Digizuite workflow...

Why would space fleets be aligned?

How can a large fleets maintain formation in interstellar space?

Non-Cancer terminal illness that can affect young (age 10-13) girls?

Is it possible to grant users sftp access without shell access? If yes, how is it implemented?

Workflow Comment popup does not show up

Why do cars have plastic shrouds over the engine?

How much mayhem could I cause as a sentient fish?

How would an AI self awareness kill switch work?

In Linux what happens if 1000 files in a directory are moved to another location while another 300 files were added to the source directory?

Why is it that Bernie Sanders is always called a "socialist"?

What is the data structure of $@ in shell?

Clues on how to solve these types of problems within 2-3 minutes for competitive exams

"on its way" vs. "in its way"

Can you tell from a blurry photo if focus was too close or too far?

Cookies - Should the toggles be on?

If I delete my router's history can my ISP still provide it to my parents?

Does Skippy chunky peanut butter contain trans fat?

Early credit roll before the end of the film

Alien invasion to probe us, why?

A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?

Why exactly do action photographers need high fps burst cameras?

Does every functor from Set to Set preserve products?

Variable is not visible

Has any human ever had the choice to leave Earth permanently?



Workflow Comment popup does not show up


Workflow not being appliedSitecore - Digizuite workflow coordinationHow to show custom message while submitting workflow comment window?Workflow Routing PossibilitiesHow to get workflow comments?Viewing Workflow History in WorkboxDisable sitecore workflow commandCustom workflow security settingsSitecore Workflow - Setting PriorityWorkflow for Item rename.













1















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:



enter image description here



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
enter image description here



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?










share|improve this question

























  • Please make sure popups are blocked on your browser.

    – Amitabh Vyas
    3 hours ago











  • @AmitabhVyas they are not blocked,i made sure

    – mie
    3 hours ago











  • The question should point out, Workbox is being used here - this is not Sitecore's standard workflow in play.

    – Mark Cassidy
    1 hour ago
















1















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:



enter image description here



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
enter image description here



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?










share|improve this question

























  • Please make sure popups are blocked on your browser.

    – Amitabh Vyas
    3 hours ago











  • @AmitabhVyas they are not blocked,i made sure

    – mie
    3 hours ago











  • The question should point out, Workbox is being used here - this is not Sitecore's standard workflow in play.

    – Mark Cassidy
    1 hour ago














1












1








1








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:



enter image description here



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
enter image description here



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?










share|improve this question
















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:



enter image description here



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
enter image description here



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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 3 hours ago









Amitabh Vyas

1,8151632




1,8151632










asked 4 hours ago









miemie

30712




30712













  • Please make sure popups are blocked on your browser.

    – Amitabh Vyas
    3 hours ago











  • @AmitabhVyas they are not blocked,i made sure

    – mie
    3 hours ago











  • The question should point out, Workbox is being used here - this is not Sitecore's standard workflow in play.

    – Mark Cassidy
    1 hour ago



















  • Please make sure popups are blocked on your browser.

    – Amitabh Vyas
    3 hours ago











  • @AmitabhVyas they are not blocked,i made sure

    – mie
    3 hours ago











  • The question should point out, Workbox is being used here - this is not Sitecore's standard workflow in play.

    – Mark Cassidy
    1 hour ago

















Please make sure popups are blocked on your browser.

– Amitabh Vyas
3 hours ago





Please make sure popups are blocked on your browser.

– Amitabh Vyas
3 hours ago













@AmitabhVyas they are not blocked,i made sure

– mie
3 hours ago





@AmitabhVyas they are not blocked,i made sure

– mie
3 hours ago













The question should point out, Workbox is being used here - this is not Sitecore's standard workflow in play.

– Mark Cassidy
1 hour ago





The question should point out, Workbox is being used here - this is not Sitecore's standard workflow in play.

– Mark Cassidy
1 hour ago










1 Answer
1






active

oldest

votes


















3














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.






share|improve this answer























    Your Answer








    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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f17100%2fworkflow-comment-popup-does-not-show-up%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









    3














    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.






    share|improve this answer




























      3














      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.






      share|improve this answer


























        3












        3








        3







        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 3 hours ago









        Marek MusielakMarek Musielak

        10.5k11136




        10.5k11136






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f17100%2fworkflow-comment-popup-does-not-show-up%23new-answer', 'question_page');
            }
            );

            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







            Popular posts from this blog

            Benedict Cumberbatch Contingut Inicis Debut professional Premis Filmografia bàsica Premis i...

            Monticle de plataforma Contingut Est de Nord Amèrica Interpretacions Altres cultures Vegeu...

            Escacs Janus Enllaços externs Menú de navegacióEscacs JanusJanusschachBrainKing.comChessV