chg: [UI] Enrichment for proposals doesn't exists

pull/6423/head
Jakub Onderka 2020-10-11 15:26:23 +02:00
parent 1b8277cbc0
commit 9fe4d26189
1 changed files with 0 additions and 2 deletions

View File

@ -93,11 +93,9 @@
else $editable = '';
?>
<div id = "<?php echo $currentType; ?>_<?php echo $object['id']; ?>_value_solid" class="inline-field-solid" <?php echo $editable; ?>>
<span <?php if (Configure::read('Plugin.Enrichment_hover_enable') && isset($modules) && isset($modules['hover_type'][$object['type']])) echo 'class="eventViewAttributeHover" data-object-type="' . h($currentType) . '" data-object-id="' . h($object['id']) . '"'?>>
<?php
echo $this->element('/Events/View/value_field', array('object' => $object, 'linkClass' => $linkClass));
?>
</span>
<?php
if (isset($object['warnings'])) {
$temp = '';