- Issue created by @apmsooner
- last update
over 1 year ago 2 pass - @apmsooner opened merge request.
- last update
over 1 year ago 2 pass - last update
over 1 year ago 1 pass, 1 fail - last update
over 1 year ago 2 pass - Status changed to Needs review
over 1 year ago 10:43pm 25 July 2023 - πΊπΈUnited States apmsooner
Need to get some community testing and input.
- last update
over 1 year ago 2 pass - last update
over 1 year ago 1 pass, 1 fail - last update
over 1 year ago 2 pass - last update
over 1 year ago 2 pass - last update
over 1 year ago 2 pass - last update
over 1 year ago 2 pass - last update
over 1 year ago 2 pass - last update
over 1 year ago 2 pass - last update
over 1 year ago 2 pass, 2 fail - last update
over 1 year ago 4 pass - last update
over 1 year ago 4 pass - last update
over 1 year ago 1 pass, 3 fail - last update
over 1 year ago 2 pass, 2 fail - last update
over 1 year ago 4 pass - last update
over 1 year ago 4 pass - last update
over 1 year ago 4 pass - last update
over 1 year ago 4 pass - πΊπΈUnited States luke.leber Pennsylvania
Commenting to fix the
/user/0
oddity with the gitlab integration! - last update
over 1 year ago 4 pass - last update
over 1 year ago 4 pass - last update
over 1 year ago 4 pass - last update
over 1 year ago 4 pass - last update
over 1 year ago 5 pass - Status changed to RTBC
over 1 year ago 5:59pm 7 August 2023 - πΊπΈUnited States luke.leber Pennsylvania
This all looks good to me. Looking forward to capitalizing on the test support module.
- last update
over 1 year ago 5 pass - last update
over 1 year ago 5 pass -
apmsooner β
committed e83b64df on 1.0.x
Issue #3376955 by apmsooner, Luke.Leber: Provide mechanism to alter...
-
apmsooner β
committed e83b64df on 1.0.x
- Status changed to Fixed
over 1 year ago 6:21pm 7 August 2023 - Status changed to Fixed
over 1 year ago 5:18am 9 August 2023 - π¨π³China fishfree
@apmsooner It seems not working the latest 3.x version.
- πΊπΈUnited States apmsooner
@fishfree - this is supported in 3.x although some of the newer advanced fields like entity reference have not completely been tested and may not. For basic simple fields however, it should work. Describe more what exactly is not working for you? Are you getting errors?
- π¨π³China fishfree
@apmsooner Thank you for your tip. No wonder, a custom_field with entity_reference subfield cannot be modified, another 2 without entity_reference can be modified.
- πΊπΈUnited States mrconnerton
I'm not sure if we want to note it somewhere, but I ran into an issue trying to run the addColumn from a custom drush script, not in the hook_update_n. The issue was the batch for content update was never being executed. All I had to do was add
drush_backend_batch_process();
after the addColumn method to ensure the batch update of data was executed.