planetfederal / qgis-milstd2525-plugin

GNU General Public License v2.0
13 stars 10 forks source link

SDIC Widget should escape to text edit if the plugin is disabled #12

Open SrNetoChan opened 5 years ago

SrNetoChan commented 5 years ago

If you open a layer that uses the SDIC Widget, but you don't have the plugin enabled or installed, opening the feature form will show the following error:

image

Although this is somehow expected, would be better if the layer would use text editor as an escape root.

SrNetoChan commented 5 years ago

Thinking about this, probably this can only be achieved in QGIS Core.

volaya commented 5 years ago

The widget type is written in the project file, and it's QGIS which tries to create the widget. The plugin just return the widget when queried.

But if the plugin is not enabled, there is nothing we can do.