I have 2 fields in a form (organization and person). The second (person) one uses the autocomplete widget. An "organization" can have many "person"s related to it (entity refernces).
I want to create an autocomplete function to filter the suggestions for the "person" field based on the previous selection for "organization".
New to Drupal but need to test a few things locally with Docker. We have a existing site with Drupal 7 so therefore I am using the older version.
I have an existing reverse proxy (jwilder/nginx-proxy:alpine) with let's encrypt companion (jrcs/letsencrypt-nginx-proxy-companion) where I host many other sites without any issues.
Hope this is an easy one...I was working on adding new content types to one of our Drupal sites and enabled revisioning for each of the types. I noticed in the database that two entries are being added (in the revision tables) every time a revision is created (with same time stamp, different revision ids). Is this expected behavior? I have looked in the revision tables for several of the fields for the given nodes and I am seeing this everywhere.