PM-874
No se puede importar Report Tables en los procesos Se aumentaron validaciones varias, segun se especifica en el comentario en jira
This commit is contained in:
@@ -915,12 +915,11 @@ class pmTablesProxy extends HttpProxyController
|
|||||||
*/
|
*/
|
||||||
public function import ($httpData)
|
public function import ($httpData)
|
||||||
{
|
{
|
||||||
|
$fromAdmin = false;
|
||||||
if (isset( $_POST["form"]["TYPE_TABLE"] ) && ! empty( $_POST["form"]["TYPE_TABLE"] )) {
|
if (isset( $_POST["form"]["TYPE_TABLE"] ) && ! empty( $_POST["form"]["TYPE_TABLE"] )) {
|
||||||
if($_POST["form"]["TYPE_TABLE"] == 'admin') {
|
if($_POST["form"]["TYPE_TABLE"] == 'admin') {
|
||||||
$fromAdmin = true;
|
$fromAdmin = true;
|
||||||
} else {
|
}
|
||||||
$fromAdmin = false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once 'classes/model/AdditionalTables.php';
|
require_once 'classes/model/AdditionalTables.php';
|
||||||
|
|||||||
Reference in New Issue
Block a user