[Tags performance] Added some TODOs
This commit is contained in:
parent
015d7eea09
commit
debf8db577
|
@ -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)) {
|
||||
|
|
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue