For folks coming in from search, the error is "Role approval required field is required".
@drumm advised, on Slack:
We added that admin-only field but didn’t think to check that it defaulted to something for non-admins
Tests passing depends on #3555064: Healthz is obsolete → . This is otherwise ready for review.
I've updated the functionality that @joshahubbers started as per @intrafusion's feedback. I've also moved everything into an issue fork.
(If class ZipArchive exists...)
There is now a new "Archive file type" option on every Scheduled Task. This option has as values:
- Default: "Use webform default" which takes the "Archive file type" option from
/admin/structure/webform/config/exporters. - Tar
- Zip
@sikofitt there is actually no content under /2022 since there was no camp. You can check on https://dev.midcamp.org/2021/article/midcamp-2022, but yea, apart from that article and the redirect to the other one there is literally no content under /2022.
Copilot fixed it! https://github.com/MidCamp/old.midcamp.org/pull/2
- Ran crawl.
- Created and populated https://github.com/MidCamp/old.midcamp.org
- Created DNS CNAME from old.midcamp.org to midcamp.github.io
- Enabled gh-pages and force HTTPS.
Created the Cloudflare rule. Here's what I ended up with:
If incoming requests match…
(http.host eq "www.midcamp.org") and
(
http.request.uri.path wildcard r"/2018/*" or
http.request.uri.path wildcard r"/2019/*" or
http.request.uri.path wildcard r"/2020/*" or
http.request.uri.path wildcard r"/2021/*" or
http.request.uri.path wildcard r"/2022/*" or
http.request.uri.path wildcard r"/2023/*" or
http.request.uri.path wildcard r"/2024/*" or
http.request.uri.path wildcard r"/2025/*" or
http.request.uri.path wildcard r"/2018" or
http.request.uri.path wildcard r"/2019" or
http.request.uri.path wildcard r"/2020" or
http.request.uri.path wildcard r"/2021" or
http.request.uri.path wildcard r"/2022" or
http.request.uri.path wildcard r"/2023" or
http.request.uri.path wildcard r"/2024" or
http.request.uri.path wildcard r"/2025")
then URL redirect, dynamic, to concat("https://old.midcamp.org", http.request.uri.path)
Seems like that's all working. Yay!
@ameymudras please don't post problems on closed issues. Also, patch files are no longer recommended, use merge requests instead → .
I've re-posted the issue and your patch at 🐛 Linkit Dialog list has no background color (in Layout Builder) Active .
@drumm, what's the best way for Event Organizers to follow along with the progress of the migration you mentioned above? We have some initial issues, and it'd be great to connect it to your work.
✨
D10 Community Events Design/UX
Active
🌱
D10 Community Events Migration
Active
Thanks.
I ran into an issue where this was necessary, as running an export too frequently can result in multiple files getting generated with _0, _1 etc, but those suffixes are added in the wrong place, resulting in files like form.webform_scheduled_task.task.tar_1.gz.
I've pulled the patch and added it as a MR for easier merging.
I've pushed the necessary changes for review.
I've DM'ed @mohit_ahera in Drupal Slack as he pushed the last release of this module.
I support @sean_e_dietrich in this request. He's a trusted maintainer and could bring value to this module. Additionally, it's been over 18 months since the last release of this project and almost 10 months since this request was made. I'll be flagging on Slack to see if we can bring visibility to the issue.
@andrewozone I've completed the CSS changes necessary for this work and pushed to prod!
froboy → created an issue. See original summary → .
seantwalsh → credited froboy → .
volkswagenchick → credited froboy → .
volkswagenchick → credited froboy → .
volkswagenchick → credited froboy → .
volkswagenchick → credited froboy → .
Please credit:
- mr_scumbag
- bernardm28
seantwalsh → credited froboy → .
seantwalsh → credited froboy → .
seantwalsh → credited froboy → .
24 submissions for 16 sessions.
- I pulled data from the webform by filtering for submissions since MidCamp.
- I cleaned up the sheet and hid all but the title of the session and the feedback columns.
- I dug up this email template from many years ago:
Thanks so much for speaking at MidCamp! We greatly appreciate all of the hard work you did to make MidCamp 2025 our best yet. We have a few closing notes for our speakers before the main reason for our message:
Your session recording (yes, every, single, session!) is linked at three places. Feel free to share any/all of these:
Your session node linked from https://www.midcamp.org/2025/accepted-sessions
Drupal dot tv - https://drupal.tv/events/midcamp-midwest-drupal-camp/midcamp-2025
The MidCamp Youtube - https://www.youtube.com/playlist?list=PLmBnjy9dJJXdxX_I9BQ5KHK2dYLxSYC6W
Recordings are all courtesy of the Drupal Recording Initiative. If you like what you see, you can express your thanks at https://opencollective.com/drupal-recording-initiative
MidCamp 2026 is May 12-14, 2026. Mark your calendar!Thank you again! And now… (what you've been waiting for) are your session survey results:
- I made that into a template in gmail.
- I pulled up the speaker emails from the submission sheet.
- I manually emailed each speaker from info@midcamp and cc'ing same. I pasted the relevant rows from the spreadsheet into the email below the text.
- I sent a correction email, bcc'ing all, because I got next year's dates wrong the first time. :)
- Close feedback form
- Pull session feedback from site
- Send to speakers
I've rerolled this patch for 11.x. I'm running into the same issue when using Domain Access and Domain Entity and the REST endpoint from openy_node_alert.
We still need tests, I assume.
froboy → made their first commit to this issue’s fork.
teknorah → credited froboy → .
teknorah → credited froboy → .
Just... one more for the grinder... we have an external system (Daxko) that is providing links with even stranger keys... 😭
date_ranges%5B0%5D.start=&date_ranges%5B0%5D.end
decoded
date_ranges[0].start=&date_ranges[0].end
Core's link formatter is mashing those together into
date_ranges[0]=
which... the external system doesn't like.
I re-rolled the patches and used the instructions in #26 and that worked well for me. Seems like there are still outstanding issues, but just keeping this temp fix alive.
teknorah → credited froboy → .
@aman_lnwebworks that patch seems to work in my testing. Thank you!
Please review Using GitLab to contribute to Drupal → . That is the preferred way to contribute code now.
Fix on behalf of YMCA of Greater Dayton.
weekbeforenext → credited froboy → .
jdleonard → credited froboy → .
froboy → created an issue.
@gábor one more thing if you have a moment... the "big blue button" on the Governence project page → .
Awesome. Thank you!
I've refactored the code to support GitLab Pages documentation based on the docs.
I'm not sure why pipelines isn't yet running on the MR. To test so far:
brew install material-mkdocs
mkdocs build
I've fixed the styles and the template.
froboy → created an issue.