-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev/core#561 Convert pledge search form to use metadata functions #14431
Conversation
This doesn't change anything of itself but is a pre-requisite for - removing jcalendar instances - supporting params in the url - supporting appropriate wildcards on text fields (not seemingly relevant on this entity). In addition it is a driver for cleaning up metadata for our eventual leap away from quickform. In this case the change highlighted the need to define the html type on the converted field (pledge_status_id
(Standard links)
|
Do we have a related ticket for this since we will be having a lot of these - might be easy to keep track. |
@yashodha yeah probably should - we kinda officially dropped the ticket as a requirement for a PR when we moved to gitlab - but I feel like we are moving back towards requiring them as people get more familiar with gitlab - although we are still a bit rubbish at closing gitlabs once things are resolved... |
@yashodha I've updated it to reference the jcalendar gitlab. There are multiple things we want to do this consolidation for but that's kinda top of the list |
@eileenmcnaughton great, thanks! |
@yashodha is this good to merge? |
@eileenmcnaughton looks good, shall I merge this? |
@yashodha yep - go ahead |
@eileenmcnaughton I am merging this. |
thanks @yashodha |
Overview
This doesn't change anything of itself but is a pre-requisite for
In addition it is a driver for cleaning up metadata for our eventual leap away from quickform.
In this case the change highlighted the need to define the html type on the converted field
(pledge_status_id
Before
Pledge search form works
After
Pledge search form works
Technical Details
Comments