Oslandia / albion

Migrated to: https://gitlab.com/Oslandia/albion
https://gitlab.com/Oslandia/albion
GNU General Public License v3.0
49 stars 17 forks source link

Mandal with Ctrl-Alt-K #100

Closed DUGUEY closed 4 years ago

DUGUEY commented 4 years ago

I have the impression that the mandala doesn't work anymore with Ctrl-Alt_K ....

vmora commented 4 years ago

@DUGUEY do you have the same error:

psycopg2.IntegrityError: null value in column "id" violates not-null constraint DETAIL:  Failing row contains (null). 
Traceback (most recent call last):
  File "/home/vmo/.local/share/QGIS/QGIS3/profiles/default/python/plugins/albion/plugin.py", line 385, in __create_group
    [f["id"] for f in self.__iface.activeLayer().selectedFeatures()],
  File "/home/vmo/.local/share/QGIS/QGIS3/profiles/default/python/plugins/albion/project.py", line 704, in create_group
    """
psycopg2.IntegrityError: null value in column "id" violates not-null constraint
DETAIL:  Failing row contains (null).

Or is it something else ?