Ask questions about installing and configuring ProcessMaker 3
User avatar
By groakes
#794818
HI all,

Within the Reassign users dialogue, is there a way to set the "Notify users of case" check box on by default?

Sorry if this is a newb question... :oops:

Thanks in advance
Greg
User avatar
By amosbatto
#794831
Edit the file workflow/engine/templates/cases/open.js and change lines 1121-1127 from:
Code: Select all
    var checkboxReason = new Ext.form.Checkbox({
        id: 'idCheckboxReason',
        disabled: true,
        fieldLabel : _('ID_NOTIFY_USERS_CASE'),
        labelSeparator: '',
        labelStyle: 'margin-left:150px;position:absolute;'
    });
To:
Code: Select all
    var checkboxReason = new Ext.form.Checkbox({
        id: 'idCheckboxReason',
        disabled: true,
        fieldLabel : _('ID_NOTIFY_USERS_CASE'),
        labelSeparator: '',
        labelStyle: 'margin-left:150px;position:absolute;',
        checked: true
    });
Then delete the cache on your web browser to see the changes.
For example, in Firefox, enter the URL: about:preferences#advanced
Then, click the "Clear Now" button under "Cached Web Content".
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]