View Issue Details

IDProjectCategoryView StatusLast Update
0005735Composrcore_fieldspublic2024-04-27 23:24
ReporterMaster RatAssigned ToPatrick Schmalstig 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Product Version11.alpha2 
Fixed in Version 
Summary0005735: Improper handling of missing field types
DescriptionWhen a requested field hook is missing, we should be defaulting to short_text.

Instead, we bailed out on error when trying to create an object factory on an object that does not exist (and also bailing on error trying to require the missing field hook file).

This fix applies a try/catch on the object factory test so errors are ignored and the software falls back to short_text as it should.
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

admin

2024-04-25 18:16

administrator   ~0008684

Fixed in Git commit 609fc9ae2c (https://gitlab.com/composr-foundation/composr/commit/609fc9ae2c - link will become active once code pushed to GitLab)

admin

2024-04-25 18:17

administrator  

hotfix-5735, 2024-04-25 6pm.tar (40,448 bytes)

admin

2024-04-25 18:17

administrator   ~0008685

A hotfix (a TAR of files to upload) has been uploaded to this issue. These files are made to the latest intra-version state (i.e. may roll in earlier fixes too if made to the same files) - so only upload files newer than what you have already. If there are files in a hot-fix that you don't have then they probably relate to addons that you don't have installed and should be skipped. Always take backups of files you are replacing or keep a copy of the manual installer for your version, and only apply fixes you need. These hotfixes are not necessarily reliable or well supported. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/).

Patrick Schmalstig

2024-04-27 23:24

administrator   ~0008691

Assigned as reporter Master Rat as this error was made known to me via telemetry

Issue History

Date Modified Username Field Change
2024-04-27 23:23 Patrick Schmalstig Reporter Patrick Schmalstig => Master Rat
2024-04-27 23:23 Patrick Schmalstig Description Updated View Revisions
2024-04-27 23:24 Patrick Schmalstig Note Added: 0008691