Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello,
I will want to add the project description field in the project display board, for some users.
I added a row in the columnselector table and it works. However, the query returns the html
How could I remove them? either on insertion or on display.
Thank you in advance.
Hi,
Description is explicitly removed from the list, and not selectable as new column, for very good reason : performance issue and display issue.
List of items can be long (up to thouthands of items).
Description field can contain lot of data (up to 16Mb per item), so imagine a few MB per item, on thouthands of items... your network will explode in few requests.
And also, as you mention, this field contain html tags. To remove the tags, you'd need to transform each value to remove the tags : multiplicated by number of items, you'll crash your server very fast.