only update some fields if they have any value #38
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
for example circulation. if it is already specified it should only b overwritten if the info is new. also kms, name, ec and check.
dann brauche ich auch eine separate "hinzufügen" und eine "bearbeiten" funktion. dann klickt man nach dem anmelden nur noch auf eine münze und erstellt dann entwede eine neue oder bearbeitet eine bestehende. das wir dadurch erkannt, dass die münze noch nicht in der db existiert sprich grau ist.
am besten mit einem ganz schlichten modal ohne titel aufs wesentliche reduzuert.
einer für hinzufügen und einer für bearbeiten
hinzufügen: coinc/add/coin?value=val&foo=bar
bearbeiten: coinc/edit/coin?country=de&year=y&value=v&stamp=s&bar=baz
siehe auch #46