File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,6 +88,9 @@ glpi_pm = {
8888
8989 myform . pm_glpi_form_validate = false ;
9090
91+ if ( myformjq . attr ( 'data-submitted' ) != undefined ) {
92+ myformjq . attr ( 'data-submitted' , 'false' ) ;
93+ }
9194 let button = myformjq . find ( '[name=add][type="submit"]' ) ;
9295 myform . requestSubmit ( button . length ? button [ 0 ] : undefined ) ;
9396 }
Original file line number Diff line number Diff line change 4545 <compatibility >9.5</compatibility >
4646 </version >
4747 <version >
48- <num >5.0.1 </num >
48+ <num >5.0.2 </num >
4949 <compatibility >10.0</compatibility >
5050 </version >
5151 </versions >
Original file line number Diff line number Diff line change 2525along with this plugin. If not, see <http://www.gnu.org/licenses/>.
2626--------------------------------------------------------------------------
2727 */
28- define ('PROCESSMAKER_VERSION ' , '5.0.1 ' );
28+ define ('PROCESSMAKER_VERSION ' , '5.0.2 ' );
2929
3030// Minimal GLPI version, inclusive
3131define ('PLUGIN_PROCESSMAKER_MIN_GLPI ' , '10.0 ' );
You can’t perform that action at this time.
0 commit comments