Merge branch 'Problema_menor_consola_visual' into 'develop'
fixed error visual console remove link when edit console See merge request artica/pandorafms!1095
This commit is contained in:
commit
a8e1a92bf1
|
@ -1537,7 +1537,12 @@ function visual_map_print_item($mode = "read", $layoutData,
|
|||
if ($link) {
|
||||
echo "<a href=\"$url\">";
|
||||
}
|
||||
|
||||
|
||||
//for clean link text from bbdd only edit_visualmap
|
||||
if (get_parameter('action') == 'edit' || get_parameter('operation') == 'edit_visualmap') {
|
||||
$text = preg_replace("/<\/*a.*?>/", '', $text);
|
||||
}
|
||||
|
||||
switch ($type) {
|
||||
case BOX_ITEM:
|
||||
if ($width == 0 || $width == 0) {
|
||||
|
|
Loading…
Reference in New Issue