Logo
Explore Help
Register Sign In
fernando/tomolino-processmaker
3
0
Fork 0
You've already forked tomolino-processmaker
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
8a711173ccdca7a7dc938e354f15b714d7e6f140
tomolino-processmaker/front/process_profile.form.php

18 lines
294 B
PHP
Raw Normal View History

2.4.1 initial commit Previous releases can be found here: https://forge.glpi-project.org/projects/processmaker
2015-10-09 14:13:52 +02:00
<?php
Version 3.0.0 first version compatible with GLPi 9.1.1
2016-10-25 11:37:01 +02:00
include_once ("../../../inc/includes.php");
2.4.1 initial commit Previous releases can be found here: https://forge.glpi-project.org/projects/processmaker
2015-10-09 14:13:52 +02:00
Session::checkCentralAccess();
$right = new PluginProcessmakerProcess_Profile();
if (isset($_POST["add"])) {
Simplified tracking.injector.php file Changed all PM table names to uppercase in queries (to be compliant with table names in PM DB) Fixed a lot of CS issues Deleted obsolete comments Deleted config folder Changed version to 3.1.3 Fixes #8 Fixes #13 Fixes #14
2017-05-06 18:38:24 +02:00
$right->check(-1, UPDATE, $_POST);
if ($right->add($_POST)) {
}
Html::back();
Beta version of sub-process (sub-case) management Partially re-coding to be more compliant to GLPI framework
2018-07-04 11:24:29 +02:00
}
2.4.1 initial commit Previous releases can be found here: https://forge.glpi-project.org/projects/processmaker
2015-10-09 14:13:52 +02:00
Html::displayErrorAndDie("lost");
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 274ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API