Closing this ticket as I have just found fixes already completed in dev branch.
Uploaded patch file for use while merge request is outstanding.
scot.hubbard β created an issue.
scot.hubbard β created an issue.
Fixed in release 2.0.3
This has been addressed in the 2.0.0-beta1 release.
I have tested all the scenarios here using the v2 module and everything appear to work fine.
Recommend upgrading to version 2 - tested and working.
Use branch 2.x for D10 support.
Use Branch 2.x for D10 support.
Thanks for pointing that out Sharique - I have now diverged the code into two branches for D8/9 and for D10. D8/9 has been reverted to the version of the code prior to today's fix.
Regarding your question, the module is not intended to allow selection of any colour, it is only for use where there is a defined colour palette, hence specifying the hex codes for the field. I'm pretty sure there are other colour picker modules out there that will give you what you need though.
The module you mention give you a few more options (different response string, can be made accessible in maintenance mode etc). My module is more lightweight and give just two options:
- 1. Whether to append the current timestamp to the response JSON, i.e., {status: "OK - 1698498796}
- 2. The URL that the health check page sits under can be configured.
If you need the ability to vary the response string, or access the health check page in maintenance mode then Health Check URL is the module for you.
scot.hubbard β made their first commit to this issueβs fork.