inter-hub-haskell/Web/View
tegwick 6078c48289 fix: registry list crash and logout 405
IHP NameSupport cannot parse trailing-underscore field names at runtime.
orderByAsc #label_ in all four registry list actions (and the API V2
equivalents) crashed the page with ParseErrorBundle. Changed to orderByAsc
#name which avoids the NameSupport conversion path entirely.

textField #label_ in the four registry form views has the same issue.
Replaced with a plain <input> element that reads entry.label_ directly.

Logout <a href={DeleteSessionAction}> sent GET but IHP requires DELETE.
IHP includes methodOverridePost middleware, so a POST form with
_method=DELETE handles this correctly.

Also corrected the seed admin-user migration hash from bcrypt to the
pwstore-fast format (sha256|17|...) that IHP actually uses.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03 00:05:02 +02:00
..
AdaptiveThresholds fix(WP-0017/E5): Layer 3 error fixes — round 3 (24 files) 2026-04-12 13:11:32 +00:00
AgentDelegations fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
AgentProposals fix(WP-0014/A2): continued type-correctness fixes and Tailwind CSS output 2026-04-08 01:49:41 +00:00
AgentRegistrations fix(WP-0017/E3): Layer 3 error fixes — controllers and views 2026-04-11 23:40:31 +00:00
AiGovernancePolicies fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
Annotations fix(WP-0017/E3): Layer 3 error fixes — controllers and views 2026-04-11 23:40:31 +00:00
AnnotationThreads fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +00:00
ApiConsumers fix(WP-0017/E5): Layer 3 error fixes — round 3 (24 files) 2026-04-12 13:11:32 +00:00
ApiDashboard fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +00:00
ApiKeys fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +00:00
ArchiveRecords fix(WP-0017/E3): Layer 3 error fixes — controllers and views 2026-04-11 23:40:31 +00:00
CollectiveProposals fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
CrossHubPropagations fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +00:00
DecisionRecords fix: resolve all GHC 9.10.3 / IHP 1.5 compile errors (all 616 modules load) 2026-04-29 10:46:50 +02:00
DeploymentRecords fix(WP-0017/E5): Layer 3 error fixes — round 3 (24 files) 2026-04-12 13:11:32 +00:00
EnvelopeEmissionContracts fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +00:00
FederatedGovernance fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
FederatedPolicyOverlays fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +00:00
GovernanceTemplates fix(WP-0017/E5): Layer 3 error fixes — round 3 (24 files) 2026-04-12 13:11:32 +00:00
HubCapabilityManifests fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00
HubRegistry fix(WP-0017/E3): Layer 3 error fixes — controllers and views 2026-04-11 23:40:31 +00:00
HubRoutingRules fix(WP-0017/E3): Layer 3 error fixes — controllers and views 2026-04-11 23:40:31 +00:00
Hubs fix(WP-0017/E5): Layer 3 error fixes — round 3 (24 files) 2026-04-12 13:11:32 +00:00
InstitutionalKnowledge fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
InteractionReportingContracts fix(WP-0017/E3): Layer 3 error fixes — controllers and views 2026-04-11 23:40:31 +00:00
LearningDashboard fix(WP-0017/E3): Layer 3 error fixes — controllers and views 2026-04-11 23:40:31 +00:00
LineageEnrichment fix(WP-0017/E5): Layer 3 error fixes — round 3 (24 files) 2026-04-12 13:11:32 +00:00
MarketplaceDashboard fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +00:00
ModelRoutingPolicies fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
OutcomeCorrelations fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
PatternPerformance fix(WP-0017/E3): Layer 3 error fixes — controllers and views 2026-04-11 23:40:31 +00:00
RequirementCandidates fix(WP-0017/E3): Layer 3 error fixes — controllers and views 2026-04-11 23:40:31 +00:00
Requirements fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +00:00
Sessions fix(WP-0014/A2): continued type-correctness fixes and Tailwind CSS output 2026-04-08 01:49:41 +00:00
StaticPages fix(WP-0017/E5): Layer 3 error fixes — round 3 (24 files) 2026-04-12 13:11:32 +00:00
StewardshipRoles fix(WP-0017/E3): Layer 3 error fixes — controllers and views 2026-04-11 23:40:31 +00:00
TypeRegistries fix: registry list crash and logout 405 2026-05-03 00:05:02 +02:00
WebhookSubscriptions fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
WidgetAdapterSpecs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
WidgetOwnerships fix(WP-0017/E5): Layer 3 error fixes — round 3 (24 files) 2026-04-12 13:11:32 +00:00
WidgetPatterns fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
Widgets fix(WP-0016): Layer 3 compilation fixes — Sessions auth, Widgets import consolidation, Scientific type 2026-04-10 23:13:09 +00:00
Prelude.hs fix(WP-0017/E5): Layer 3 error fixes — round 3 (24 files) 2026-04-12 13:11:32 +00:00