| [14:51:43] | * farmtech[m] has joined #farmos |
| [19:47:28] | <shane_aldrich[m]> | I just finished getting some changes done on the `farm_materials` module and went to `drush cr` the site and got this error: |
| [19:47:28] | <shane_aldrich[m]> | "[warning] The "material" at "log:input" references the "taxonomy_term:material" entity type that does not exist. Please take action. ConfigurableResourceTypeRepository.php:331" |
| [19:47:28] | <shane_aldrich[m]> | I deleted the existing taxonomy term directly in farmOS prior to making the changes. So maybe that's the issue. But how should I resolve it? I can make time to do it at some point this evening or tomorrow morning. Thanks! |
| [19:48:41] | <shane_aldrich[m]> | You can see my `farm_materials` module here: https://github.com/s33a/farm_materials |
| [19:57:51] | <mstenta[m]> | shane_aldrich: if i understand correctly, you deleted the "material" taxonomy via the Drupal admin UI? and you want to restore it? if so that's also possible to do through the UI - you just need to enable the `config_update_ui` module |
| [19:59:54] | <shane_aldrich[m]> | I see "Config Update Base" is already enabled. Is that the one you're referring to? |