3drepo / 3drepo.io

3D Repo web server
http://www.3drepo.io
GNU Affero General Public License v3.0
95 stars 38 forks source link

BCF import error #4978

Closed Charence closed 4 months ago

Charence commented 4 months ago

Description

BCF import error

Steps to replicate

Current Behaviour

Expected Behaviour

Pictures/ Gifs of the error

image

carmenfan commented 4 months ago

This is due to the BCF data contains descriptions that exceed the maximum allowed length in 3D Repo.

We could increase the cap but it may be a forever moving goal post - on top of that, our UI doesn't really cater for this so we may want to review the UI with the new cap in consideration.

There is also an option to truncate the descrption if it's too long, but it may be detrimental to usability if we're missing out critical information

AsiteZane commented 4 months ago

@carmenfan - what is the maximum length for the description so we can advise them?

carmenfan commented 4 months ago

@AsiteZane 1200 (This is also the case for custom tickets so it's consistent when we move over)

carmenfan commented 4 months ago

closing as won't fix

Re-open if the circumstance changes