Update Drupal Debug Hints authored by Tom Wiesing's avatar Tom Wiesing
......@@ -29,6 +29,12 @@ To fix this, either re-install the module (using composer and friends) or run th
drush eval "function disable(\$modname) { \$module_data = \Drupal::config('core.extension')->get('module'); unset(\$module_data[\$modname]); \Drupal::configFactory()->getEditable('core.extension')->set('module', \$module_data)->save(); }; disable('name-of-module'); "
```
# Fix Revision ID Field needs to be installed
```php
drush eval "\$edum = \\Drupal::entityDefinitionUpdateManager(); \$fs = \\Drupal::service('entity_field.manager')->getFieldStorageDefinitions('wisski_individual');
\$edum->updateFieldableEntityType(\Drupal::entityTypeManager()->getDefinition('wisski_individual'), \$fs);"
```
# Factory SSH Forwarding
To portforward all services you can use the following ssh command:
......
......