remove comment

This commit is contained in:
Niels Lyngsø
2023-05-15 10:47:20 +02:00
parent 4010e844e9
commit 7ead582cd1

View File

@@ -195,11 +195,6 @@ export class UmbPropertySettingsModalElement extends UmbModalBaseElement<
});
}
/* TODO:
From Github comment: We should not re-generate the alias when it gets locked again.
Generally the auto generation is not determined by the lock, but wether it has been changed or saved.
The experience in existing backoffice is: we only generate an alias when a property is new, once it has been saved it should never change unless the user actively does so.
On new properties, the alias auto-generates until the user has made a change to it. */
#onToggleAliasLock() {
this._aliasLocked = !this._aliasLocked;