This is a small follow-up issue for #2789839: Processing timeout admin settings.
In the module admin page, the timeout settings for queue processing can be configured. The units are seconds but are not apparent with the page.
I'd just like to add `(sec)` to the field labels. #field_suffix is good one to use to add the unit.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | advancedqueue-cleanup-table-defined-var-fix-2854318-4.patch | 888 bytes | hgoto |
Comments
Comment #2
hgoto commentedHere's a patch.
Comment #3
maciej.zgadzaj commentedWouldn't it be better to put it in
#field_suffix?Comment #4
hgoto commentedThank you, @maciej.zgadzaj. I didn't have an idea to use
#field_suffix. Surely it's better.Here is a new patch which introduces
#field_suffix. This patch is simple and no interdiff is necessary, I think.Comment #6
bojanz commentedI went with "seconds" since "sec" is not an official abbreviation for seconds AFAIK, which would cause issues when translating.
Thanks!
Comment #7
hgoto commented@bojanz I see! thanks!