Posted by jhodgdon on April 2, 2020 at 7:07pm
Start:
2020-04-16 10:00 - 12:00 America/Los_Angeles Organizers:
Event type:
User group meeting
We hope you can join us for the next daytime meeting of the Spokane Drupal User Group! We decided that during this time, meeting more often seemed like a good idea, so our next meeting is in 2 weeks.
- When
- Thursday, April 16, 2020, 10 AM to noon
- Where
- Due to the libraries being closed, this meeting will be held online in a Google Hangout (link will be posted 10-15 minutes before the meeting -- check back).
- To be reminded, sign up!
- To receive an email reminder closer to the date of the meeting, log in and click the "Sign up" button; log in and click "Cancel signup" at a later time if your schedule changes and you can no longer come. There's no obligation to come if you sign up (but we hope you will!). There's also no obligation to sign up in order to come (it's up to you if you want a reminder or not). However, the meeting could be canceled if the organizer isn't sure anyone is coming.
- What
- We spend two hours in a question and answer format, with the participants in Google Hangouts, where they can share their screens, talk, etc. Come with questions about a project you're working on, something you've learned that you'd like to share with others, a desire to improve Drupal in some way (documentation, programming, design, marketing etc.), or a desire to help others with their projects and questions. Or just come and listen and observe.
- Who
- Everyone is welcome -- the only prerequisite is having some interest in Drupal. This group is usually 5-10 friendly people, with experience levels ranging from novice to expert, so you'll fit right in. Because of the size of the group, you will have time to share something you've learned, or get your questions answered, or both!

Comments
Hangouts link
Today's meeting will start in about 10 minutes on Google Hangouts. Here is the link:
https://hangouts.google.com/call/BjOlki9_2QNBk1eF7ZCQAEEE
See you all (hopefully) shortly!
Drupal programmer - http://poplarware.com
Drupal author - http://shop.oreilly.com/product/0636920034612.do
Drupal contributor - https://www.drupal.org/u/jhodgdon
Meeting notes
Here are my notes from the meeting:
If you're having trouble or don't see the links, contact anyone else in the group... One thing that can cause problems is if you are not a "confirmed" user on drupal.org. If you can email someone else in the group a link to your user profile, any one of us should be able to "confirm" you, and that could fix your problems.
- DrupalCon -- supposed to be in May but it will be postponed
https://events.drupal.org/minneapolis2020/coronavirus-covid-19-disease-p...
- PNW Drupal Summit -- https://pnwdrupalsummit.org/ -- postponed but we don't know when it will be rescheduled. Here's a post where you could probably suggest that it be held online:
https://groups.drupal.org/node/535815
- Other events may be happening online, so you could meet people from all over the world -- check https://groups.drupal.org/events?type%5B%5D=regional for events
reCAPTCHA, etc., and privacy:
https://ten7.com/podcast/episode/privacy-implications-google-analytics-a...
https://www.drupal.org/project/views_bulk_edit
He has a question about bulk editing an entity reference field that uses a View to determine the available values for editing. It is not working because determining the values depends on knowing what "Group" the content item(s) are in from the Group module:
https://www.drupal.org/project/group
So apparently the Group module doesn't have an easy way for Views to detect what group is currently being used. It should!
Matthew may also be able to use some kind of a form alter to put the group ID into the URL so that his view can detect it. You can probably use the get_group() function in in the src/GroupMembership.php class in the module. Also see the tokens code in the tokens.inc file.
https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21...
and render elements (form elements are a subset of render elements):
https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21...
And in particular, there is a #states property for form elements that lets one form element react to something a user has edited or selected in another form element.
Drupal programmer - http://poplarware.com
Drupal author - http://shop.oreilly.com/product/0636920034612.do
Drupal contributor - https://www.drupal.org/u/jhodgdon