[Tags performance] Added some TODOs

This commit is contained in:
fermin831 2018-09-28 12:39:23 +02:00
parent 015d7eea09
commit debf8db577
2 changed files with 2 additions and 0 deletions

View File

@ -698,6 +698,7 @@ function tags_get_acl_tags($id_user, $id_group, $access = 'AR',
break;
case 'event_condition':
// Return the condition of the tags for tevento table
// TODO event tag revision
$condition = tags_get_acl_tags_event_condition($acltags, $meta, $force_group_and_tag);
if (!empty($condition)) {

View File

@ -180,6 +180,7 @@ echo '<td style="vertical-align: top; width: 75%; padding-top: 0px;" id="rightco
$acltags = tags_get_user_groups_and_tags ($config['id_user'], 'ER', $user_strict);
if (!empty($acltags)) {
// TODO event tag revision
$tags_condition = tags_get_acl_tags_event_condition($acltags, false, $user_strict);
if (!empty($tags_condition)) {