sean_e_dietrich β created an issue.
Hi @sirclickalot
Great question, I haven't done a full deep dive into CER just yet, but from the quick installation I did put in it looks like it only works with reference fields. EVI specifically works on a field to field sync method. Meaning that If I have the model of
Agency -> Site -> Program
The Site references an Agency and the Program can reference a Site or an Agency.
There could be a field like body field or a text field on the Site entity that stays up to date with the Agency. EVI also allows for those fields to no longer be in sync meaning that for one of the Site entities that reference the Agency it can have a different value.
The biggest use case is the values are stored at the individual entity level and are allowed to stay in sync. It keeps the model of the entities and bundles.
I'll do a deeper dive into CER and see what else it might do similarly to EVI. Thank you for the question.
This was introduced in v1.4.0
thejimbirch β credited sean_e_dietrich β .
sean_e_dietrich β created an issue.
sean_e_dietrich β created an issue.
sean_e_dietrich β created an issue.
sean_e_dietrich β created an issue.
This is working now thanks for the merge!
I was able to confirm this works for me and fixes the issue we were having.
I was able to confirm the following works as intended.
sean_e_dietrich β created an issue.
Thank you! I was able to confirm this is working as requested!
Thank you! I was able to confirm this is there and is working and satisfying needs.
sean_e_dietrich β created an issue.
sean_e_dietrich β created an issue.
sean_e_dietrich β created an issue.
thejimbirch β credited sean_e_dietrich β .
thejimbirch β credited sean_e_dietrich β .
thejimbirch β credited sean_e_dietrich β .
Following up. Is there anything else I need to do for this?
sean_e_dietrich β made their first commit to this issueβs fork.
Thank you for the examples. I went ahead and modeled my constructor comments after those.
Hi @nkarhoff,
After further review it looks like there is an issue with the Gin theme and how it is handling ajax requests but I was able to address some of the other issues that came up as part of this.
Thanks!
Thank you for your help and your review. I have made the necessary changes and fixes.
I will say that I was a bit confused on the constructor messaging so if you could take a look and let me know if what I did was correct or not. If not, if you have an example you could show that would be amazing.
Created a Merge Request with a proposed fixed.
sean_e_dietrich β created an issue.
Tested patch and am no longer getting the error.
I realized that it wasn't super clear on how to test this.
- Download Module
- Install domain and domain_alias modules.
- Must have Drush 11+ installed.
- Add Domain either through UI or using Drush command (drush help domain:add for more info)
- Test all the following commands:
- List out Domain Aliases: drush domain-alias:list
- Add Domain Alias: drush domain-alias:add
- Update Domain Alias: drush domain-alias:update
- Delete a Single Domain Alias: drush domain-alias:delete
- Bulk Delete Aliases for a domain: drush domain-alias:delete-bulk
I added a drush command that allowed for the following:
drush domain-alias:list
drush domain-alias:add
drush domain-alias:update
drush domain-alias:delete
drush domain-alias:delete-bulk
With the following, it should give basic CRUD the ability to manage domain aliases via Drush so that domain aliases can be created to use with systems like Tugboat or mostly any other dynamic staging environment where the URL isn't static.
sean_e_dietrich β created an issue.
Changing status and able to confirm this works and allows me to use with Drupal 10
I was able to test this and confirmed that I'm no longer seeing the issues any longer
I have read the following and have confirmed that Drupal Standards are being applied to the code.
sean_e_dietrich β created an issue.
mel-miller β credited sean_e_dietrich β .
mel-miller β credited sean_e_dietrich β .
mel-miller β credited sean_e_dietrich β .
mel-miller β credited sean_e_dietrich β .
mel-miller β credited sean_e_dietrich β .
sean_e_dietrich β made their first commit to this issueβs fork.
thejimbirch β credited sean_e_dietrich β .
thejimbirch β credited sean_e_dietrich β .
I didn't work on the tests but for the time being, rerolled the patch to work with the latest version of 7.x-2.x and should work on 7.x-2.14