File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,9 @@ glpi_pm = {
88
88
89
89
myform . pm_glpi_form_validate = false ;
90
90
91
+ if ( myformjq . attr ( 'data-submitted' ) != undefined ) {
92
+ myformjq . attr ( 'data-submitted' , 'false' ) ;
93
+ }
91
94
let button = myformjq . find ( '[name=add][type="submit"]' ) ;
92
95
myform . requestSubmit ( button . length ? button [ 0 ] : undefined ) ;
93
96
}
Original file line number Diff line number Diff line change 45
45
<compatibility >9.5</compatibility >
46
46
</version >
47
47
<version >
48
- <num >5.0.1 </num >
48
+ <num >5.0.2 </num >
49
49
<compatibility >10.0</compatibility >
50
50
</version >
51
51
</versions >
Original file line number Diff line number Diff line change 25
25
along with this plugin. If not, see <http://www.gnu.org/licenses/>.
26
26
--------------------------------------------------------------------------
27
27
*/
28
- define ('PROCESSMAKER_VERSION ' , '5.0.1 ' );
28
+ define ('PROCESSMAKER_VERSION ' , '5.0.2 ' );
29
29
30
30
// Minimal GLPI version, inclusive
31
31
define ('PLUGIN_PROCESSMAKER_MIN_GLPI ' , '10.0 ' );
You can’t perform that action at this time.
0 commit comments