Closed (fixed)
Project:
Simple Autologout
Version:
2.0.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2023 at 09:08 UTC
Updated:
10 Dec 2023 at 09:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
keshavv commentedI have created patch please review.
Comment #4
astonvictor commentedHi @keshavv,
your schema is not correct. e.g. you added
timeout_refresh_rateastype: sequencebut it's a simple text with only one value.Also, using patches is an old way. All changes should be added via MRs.
Created a new MR with a schema config. tested it with a Configuration Inspector module.
Comment #5
astonvictor commentedComment #6
keshavv commentedHi @AstonVictor
Just saw that the timeout_refresh_rate is a select field, not a text field.
Please correct me if I am wrong.
https://git.drupalcode.org/project/simpleautologout/-/blob/2.x-dev/src/F...
Comment #7
astonvictor commentedHi @keshavv,
I didn't mean the field type, I meant that it contains a simple text and only one value.
if you look at
simpleautologout.settings.ymlconfig you'll find e.g.timeout_refresh_rate: '240'line.Comment #8
astonvictor commentedThe MR was merged.