- π³π±Netherlands rvanlaak
@andileco we are trying to upgrade the views_simple_math_field module, but the views afterwards crash because the old module location became different.
The new module gets installed at ./modules/contrib/views_simple_math_field where the old module was installed at ./modules/views_simple_math_field before
The suggestion as documented on https://www.drupal.org/project/views_simple_math_field β to "it's relatively easy to re-configure existing Views Simple Math Fields once you have updated (edit the view, configure the field, save)." does not work, as editing the fields is not possible.
Is there some sort of SQL query or script to update the existing fields to the new module?