fureigh / drupal-open-referral

An oh-so-in-progress Drupal distribution for Open Referral/Ohana.
1 stars 0 forks source link

Port references dialog module to D8 #20

Open kaypro4 opened 9 years ago

kaypro4 commented 9 years ago

Module allows for entities to be created just in time to be referenced. Handy since we have so many entity references so the user doesn't have to create dependent entities before they can enter data.

kaypro4 commented 9 years ago

@fureigh I've been working on just getting the references dialog module to install in D8 and not generate any errors. Been using this as a guide: https://drupalwatchdog.com/volume-4/issue-1/upgrading-your-modules

So far it's installing and not erroring but I'm not seeing the options for the module on the field so there is plenty more to do. I'll get it in a branch and pushed up.

kaypro4 commented 9 years ago

@fureigh this report is the output from the Drupal Module Upgrader tool:

https://github.com/fureigh/drupal-open-referral/blob/references-dialog-porting/modules/contrib/references_dialog/upgrade-info.html

I've addressed some of the issues but it should be rerun to see which remain.