Closed (fixed)
Project:
Node read time
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2021 at 12:19 UTC
Updated:
31 May 2022 at 14:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
attila.fekete commentedComment #3
attila.fekete commentedComment #4
attila.fekete commentedIgnore patch #3, this needed more changes.
Since the schema was incorrect, $form_state->getValues() (inside submitForm()) was saving unneeded form array data like form_build_id, form_token, form_id, etc. which we shouldn't store in the configuration.
Patch #4 also fixes this.
Comment #5
attila.fekete commentedAccidentally uploaded patch #4 twice.
Comment #6
attila.fekete commentedComment #7
morvaim commentedLooks good to me.
Comment #8
yivanov commentedThanks for the fix! Do you consider it as a breaking change for old installations of the module as the schema is different? Perhaps it needs update hook as well?
Comment #10
yivanov commented