CivicActions / fema-grants

FEMA SF-425 Working Prototype
GNU General Public License v2.0
1 stars 3 forks source link

Bug when assigning a report to a specialist #82

Closed bobschmitt-civicactions closed 6 years ago

bobschmitt-civicactions commented 6 years ago

When analyst assigns a report to specialist, it generates an odd error

bobschmitt-civicactions commented 6 years ago

screen shot 2018-02-16 at 2 36 42 pm

screen shot 2018-02-16 at 2 38 27 pm

kevwalsh commented 6 years ago

Message | Drupal\Component\Plugin\Exception\PluginNotFoundException: The "entity:workflow_transition:review_status" plugin does not exist. in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 52 of /var/www/web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
-- | --
fmizzell commented 6 years ago

This thread mentions that simply clearing the cache will fix this issue: https://www.drupal.org/node/2626646

I confirmed that things worked after "drush cr".

grugnog commented 6 years ago

Confirmed this issue and that drush cr fixes this. Added to drupal-install script.