feat(portal-beheer): ACL default-fill configuration editor (closes #131) #138

Merged
not merged 8 commits from feat/131-default-fill-crud into main 2026-07-24 14:22:24 +00:00
Showing only changes of commit 2073655397 - Show all commits
@@ -14,6 +14,7 @@ public sealed class InMemoryDefaultFillStore(DefaultFillSettings seed) : IDefaul
public void Update(DefaultFillSettings settings)
{
// ponytail: red stub — real assignment lands in the green commit.
ArgumentNullException.ThrowIfNull(settings);
lock (_gate) _current = settings;
}
}