Skip to content

fix: Cannot edit custom fields imported via generic CSV importer - #877

Merged
binsky08 merged 1 commit into
nextcloud:masterfrom
Roshan931:prilog/fix-error-imported-custom-fields-lack-field-type-08-21-2026-73655c
Aug 24, 2026
Merged

fix: Cannot edit custom fields imported via generic CSV importer#877
binsky08 merged 1 commit into
nextcloud:masterfrom
Roshan931:prilog/fix-error-imported-custom-fields-lack-field-type-08-21-2026-73655c

Conversation

@Roshan931

Copy link
Copy Markdown
Contributor

Fixes #365

Root cause

Imported custom fields lack field_type, so the edit form cannot render them

Changes

  • Importers now store an explicit field_type ('text' or 'password' derived from the secret flag) for custom fields, and the edit-credential controller backfills a valid field_type for already-stored custom fields that miss it, so the edit form renders and allows editing their values.

@binsky08
binsky08 merged commit 4456970 into nextcloud:master Aug 24, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot edit custom fields imported via generic CSV importer

2 participants