Commit 18e01f4
committed
Fix CI failures: route presenter options logic and domain V2 serialization
Route presenter: preserve original behavior where options: {} is
included for routes with empty options, but omit options when all
keys are internal-only (access_scope, access_rules).
Domain model: remove enforce_access_rules and access_rules_scope
from V2 export/import_attributes — these are V3-only fields exposed
through the domain presenter, not the legacy V2 API.1 parent 1a37cf6 commit 18e01f4
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments