Forum

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.

modification of the...
 
Notifications
Clear all

modification of the display of the columns of a project

2 Posts
2 Users
0 Reactions
1,347 Views
(@francis-delaumeau)
Posts: 1
New Member
Topic starter
 
[#7028]

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

tags that are inserted into the project table.
How could I remove them? either on insertion or on display.
Thank you in advance.


 
Posted : 08 Nov 2020 11H39
(@babynus)
Posts: 14952
Member Admin
 

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.


 
Posted : 09 Nov 2020 19H26
Share:

Scroll to Top