Changeset 0b7ebbf in Klonkt for src/routes


Ignore:
Timestamp:
06/16/2026 01:12:00 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
57929aa
Parents:
63edb0d (diff), efdde37 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'feat/cirkels-v1'

# Conflicts:
# src/routes/admin-settings.js

Location:
src/routes
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/routes/admin-settings.js

    r63edb0d r0b7ebbf  
    8888
    8989    if (typeof req.body.tenancy !== 'undefined') {
    90       setTenancy(req.body.tenancy === 'hub' ? 'hub' : 'solo');
     90      setTenancy(req.body.tenancy); // valideert naar solo | hub | circle
    9191    }
    9292    if (typeof req.body.hub_title !== 'undefined') {
Note: See TracChangeset for help on using the changeset viewer.