mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 13:47:12 -05:00
The polygon field was added to the UI ordering by value rather than by address, so an empty (null) polygon reference resolved to the PdmObjectHandle overload of PdmUiOrdering::add and aborted on the null assertion while building the property panel. Pass the field by address so the field-handle overload is used, matching the other add calls. Fixes #14311