It is necessary that when you go to the stage, a pop-up window is displayed asking "Are you sure you want to go to the stage . . .?" and the answer options "Yes" or "No" were displayed. If you select "no", you must remain at the same stage and do not transition. Does such an action exist? Or is it possible to make settings like this (it should be taken into account that at the stage at which we are hung a lot of different actions and they should not work again)?
It is necessary that when you go to the stage, a pop-up window is displayed asking "Are you sure you want to go to the stage . . .?" and the answer options "Yes" or "No" were displayed. If you select "no", you must remain at the same stage and do not transition. Does such an action exist? Or is it possible to make settings like this (it should be taken into account that at the stage at which we are hung a lot of different actions and they should not work again)?
Bogomaz Dmitry Vladimirovich Client wrote: It is necessary that when you go to the stage, a pop-up window is displayed asking "Are you sure you want to go to the stage . . .?" and the answer options "Yes" or "No" were displayed. If you select "no", you must remain at the same stage and do not transition. Does such an action exist? Or is it possible to make settings like this (it should be taken into account that at the stage at which we are hung a lot of different actions and they should not work again)?
Good afternoon everyone solves this problem through the code insertion block at the stage, which, by clicking on the desired stage, displays such a modal window If you need I can give you an example of how to insert it
[quote]
Bogomaz Dmitry Vladimirovich
Client wrote:
It is necessary that when you go to the stage, a pop-up window is displayed asking "Are you sure you want to go to the stage . . .?" and the answer options "Yes" or "No" were displayed. If you select "no", you must remain at the same stage and do not transition. Does such an action exist? Or is it possible to make settings like this (it should be taken into account that at the stage at which we are hung a lot of different actions and they should not work again)?
[/quote]
Good afternoon
everyone solves this problem through the code insertion block at the stage, which, by clicking on the desired stage, displays such a modal window
If you need I can give you an example of how to insert it
Bogomaz Dmitry Vladimirovich Client wrote: It is necessary that when you go to the stage, a pop-up window is displayed asking "Are you sure you want to go to the stage . . .?" and the answer options "Yes" or "No" were displayed. If you select "no", you must remain at the same stage and do not transition. Does such an action exist? Or is it possible to make settings like this (it should be taken into account that at the stage at which we are hung a lot of different actions and they should not work again)?
Good afternoon everyone solves this problem through the code insertion block at the stage, which, by clicking on the desired stage, displays such a modal window If you need I can give you an example of how to insert it
Drop an example. Or set up at one of the stages (with saving screenshots and a description of how to do it).
[quote]
Ustimenko Igor
OneBox CTO wrote:
[quote]
Bogomaz Dmitry Vladimirovich
Client wrote:
It is necessary that when you go to the stage, a pop-up window is displayed asking "Are you sure you want to go to the stage . . .?" and the answer options "Yes" or "No" were displayed. If you select "no", you must remain at the same stage and do not transition. Does such an action exist? Or is it possible to make settings like this (it should be taken into account that at the stage at which we are hung a lot of different actions and they should not work again)?
[/quote]
Good afternoon
everyone solves this problem through the code insertion block at the stage, which, by clicking on the desired stage, displays such a modal window
If you need I can give you an example of how to insert it
[/quote]
Drop an example. Or set up at one of the stages (with saving screenshots and a description of how to do it).
Here is what starting from <script.... insert into the code insertion block, I think you can change the text of the message, instead of 140, insert the desired status id to which you go [code] <script> $j(function(){ $j('.js-change-order-status[data-id="140"]').on('click', function () { return confirm('Are you sure you want to go to the step?'); }); }); </script> [/code]
Here is what starting from <script.... insert into the code insertion block, I think you can change the text of the message, instead of 140, insert the desired status id to which you go
[code]
<script>
$j(function(){
$j('.js-change-order-status[data-id="140"]').on('click', function () {
return confirm('Are you sure you want to go to the step?');
});
});
</script>
[/code]
Ustimenko Igor OneBox CTO wrote: Here is what starting from <script.... insert into the code insertion block, I think you can change the text of the message, instead of 140, insert the desired status id to which you go [code] <script> $j(function(){ $j('.js-change-order-status[data-id="140"]').on('click', function () { return confirm('Are you sure you want to go to the step?'); }); }); </script> [/code]
Can you do it for the first time? How much will it cost? If yes, then save the screenshots of the pages as it was and how it became, and select what has changed in a block.
[quote]
Ustimenko Igor
OneBox CTO wrote:
Here is what starting from <script.... insert into the code insertion block, I think you can change the text of the message, instead of 140, insert the desired status id to which you go
[code]
<script>
$j(function(){
$j('.js-change-order-status[data-id="140"]').on('click', function () {
return confirm('Are you sure you want to go to the step?');
});
});
</script>
[/code]
[/quote]
Can you do it for the first time? How much will it cost? If yes, then save the screenshots of the pages as it was and how it became, and select what has changed in a block.
Ustimenko Igor OneBox CTO wrote: Here is what starting from <script.... insert into the code insertion block, I think you can change the text of the message, instead of 140, insert the desired status id to which you go [code] <script> $j(function(){ $j('.js-change-order-status[data-id="140"]').on('click', function () { return confirm('Are you sure you want to go to the step?'); }); }); </script> [/code]
Can you do it for the first time? How much will it cost? If yes, then save the screenshots of the pages as it was and how it became, and select what has changed in a block.
give an example of the process and status on which it should work, I will set it up
[quote]
Bogomaz Dmitry Vladimirovich
Client wrote:
[quote]
Ustimenko Igor
OneBox CTO wrote:
Here is what starting from <script.... insert into the code insertion block, I think you can change the text of the message, instead of 140, insert the desired status id to which you go
[code]
<script>
$j(function(){
$j('.js-change-order-status[data-id="140"]').on('click', function () {
return confirm('Are you sure you want to go to the step?');
});
});
</script>
[/code]
[/quote]
Can you do it for the first time? How much will it cost? If yes, then save the screenshots of the pages as it was and how it became, and select what has changed in a block.
[/quote]
give an example of the process and status on which it should work, I will set it up
[quote]
Ustimenko Igor
OneBox CTO wrote:
give an example of the process and status on which it should work, I will set it up
[/quote]
In the task http://ukrpromspec.onebox-system.com/admin/customorder/zakaz-v-workote/117862/edit/ when going to the [file]2547[/file] stage. Thank you!
set up you can watch in the interface you will see which block I added and what I wrote there
[quote]
Bogomaz Dmitry Vladimirovich
Client wrote:
[quote]
Ustimenko Igor
OneBox CTO wrote:
give an example of the process and status on which it should work, I will set it up
[/quote]
In the task http://ukrpromspec.onebox-system.com/admin/customorder/zakaz-v-workote/117862/edit/ when going to the [file]2547[/file] stage. Thank you!
[/quote]
set up
you can watch
in the interface you will see which block I added and what I wrote there
[file]2558[/file]
Please join the conversation. If you have something to say - please write a comment. You will need a mobile phone and an SMS code for identification to enter.
Log in and comment
Donate
You don't have enough funds in your account Top up