* Fix can't submit GLPI glpi when in SelfService
Set version to 5.0.2
This commit is contained in:
@@ -88,6 +88,9 @@ glpi_pm = {
|
||||
|
||||
myform.pm_glpi_form_validate = false;
|
||||
|
||||
if (myformjq.attr('data-submitted') != undefined) {
|
||||
myformjq.attr('data-submitted', 'false');
|
||||
}
|
||||
let button = myformjq.find('[name=add][type="submit"]');
|
||||
myform.requestSubmit(button.length ? button[0] : undefined);
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<compatibility>9.5</compatibility>
|
||||
</version>
|
||||
<version>
|
||||
<num>5.0.1</num>
|
||||
<num>5.0.2</num>
|
||||
<compatibility>10.0</compatibility>
|
||||
</version>
|
||||
</versions>
|
||||
|
||||
@@ -25,7 +25,7 @@ You should have received a copy of the GNU General Public License
|
||||
along with this plugin. If not, see <http://www.gnu.org/licenses/>.
|
||||
--------------------------------------------------------------------------
|
||||
*/
|
||||
define('PROCESSMAKER_VERSION', '5.0.1');
|
||||
define('PROCESSMAKER_VERSION', '5.0.2');
|
||||
|
||||
// Minimal GLPI version, inclusive
|
||||
define('PLUGIN_PROCESSMAKER_MIN_GLPI', '10.0');
|
||||
|
||||
Reference in New Issue
Block a user