Closed (fixed)
Project:
Migration Notify
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2024 at 13:49 UTC
Updated:
6 Dec 2024 at 17:59 UTC
Jump to comment: Most recent
Comments
Comment #2
norman.lolWorking on it RN
Comment #4
norman.lolI was just following the existing logic while keeping it extendable at the same time, adding a new section "Notification messages" at the end of the config form to set just a "Stuck message" for now. In all places it falls back to the existing messages which already existed.
Comment #5
fjgarlin commentedWe don't have tests in the module, but I've reviewed the code and it does look good and there is no regression. Thanks for this!
Comment #7
fjgarlin commentedA nice follow-up for this module might be to create a
config/schema/migration_notify.schema.ymlfile, which I think might be required in future versions of Drupal, but don't worry if you don't have the time. I appreciate the fixes.Comment #8
norman.lolYeah, I thought the exact same about the schema. Follow-up issue and I'm happy to help here. 🤝
Comment #9
norman.lolPlus /install/config/ to set the initial values.
Comment #10
fjgarlin commentedAwesome! Thanks so much!
In case this other module might be useful, I'm just putting it out here: https://www.drupal.org/project/config_notify
I actually created the above first, and then had the idea for this one. They follow very similar principals.
Comment #11
norman.lolYou mean we might also add this feature of a configurable message there as well?
Comment #12
fjgarlin commentedIf you want 🙂
I think that module might have some more settings but can’t remember if messages were configurable.
Comment #13
fjgarlin commentedBut it was mostly to bring the module under your radar too in case it wasn’t.