Skip to content

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

Open
Roshan931 wants to merge 1 commit into
nextcloud:masterfrom
Roshan931:prilog/fix-error-imported-custom-fields-lack-field-type-08-21-2026-73655c
Open

fix: Cannot edit custom fields imported via generic CSV importer#877
Roshan931 wants to merge 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

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.

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

1 participant