After installing beta3 the Drupal menu cache needs to be manually cleared before accessing '/admin/config/workflow/rules_links'.

Before clearing the cache, the content from '/admin/config/workflow' is displayed when loading '/admin/config/workflow/rules_links'

Rules Version: 7.x-2.1

Comments

mitchell’s picture

Title: Cannot access admin menu until menu cache has been manually cleared. » Add menu cache clearing to hook_update
Version: 7.x-1.0-beta3 » 7.x-1.x-dev

I pulled up views.install for an example.
cache_clear_all(NULL, 'cache_menu');