gramps-project / gramps-web-api

A RESTful web API for Gramps
GNU Affero General Public License v3.0
76 stars 40 forks source link

Gramps ID format #551

Open chtiland opened 3 days ago

chtiland commented 3 days ago

Hello !

On my desktop Gramps I set id formats with %08d. But when I deployed Gramps Web and import gramps datas, ID is a %04d format.

Quite annoying because on the other hand I also use Dokuwiki for my genealogy, and links are "built" with %08d format as I use in desktop application.

When I add a new object in Gramps Web, then ID is %08d format. Something wrong with

Gramps Desktop 5.2.2 (from Ubuntu 24.04 LTS repos)

Gramps Web :

DavidMStraub commented 3 days ago

Hi,

this is a Gramps Web API question.

When you control your own server, you can set the Gramps config option on the command line, as Gramps Web API respects Gramps config settings.