Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while displaying tags #100

Closed
ducdung0909 opened this issue Feb 15, 2020 · 1 comment
Closed

Error while displaying tags #100

ducdung0909 opened this issue Feb 15, 2020 · 1 comment
Assignees

Comments

@ducdung0909
Copy link

Hi,
I just got errors after adding new tag of to-do list.
I have changed code to resolve as below:

/var/www/html/src/domain/tickets/templates/showAll.tpl.php
line 306
/var/www/html/src/domain/tickets/templates/showAll.tpl.php
line 306
if ($row["tags"] != "" && count($row["tags"]) > 0){
---->
if(isset($row["tags"]) && !empty($row["tags"])){

######### Cause $row["tags"] is a string, not an array. Is it right ?

@marcelfolaron
Copy link
Contributor

Thanks for reporting. I will take a look and get a fix out with the next release cut. (This weekend)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants