From http://drupal.org/node/254114#comment-862635:

Changing permissions on a workflow (adding a user to do state changes, etc.) and then saving the changes completely removes the primary links menu.

Problem is related to 1.54.2.28 commit (for issue #254114, among others); does not occur with earlier versions.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hillaryneaf’s picture

subscribing..

hillaryneaf’s picture

Wanted to find out if this bug is currently being worked on and if so, what the ETA is? I'd really like to launch my site with the new version of workflow :)

v1nce’s picture

Priority: Normal » Critical
Status: Active » Needs review
FileSize
530 bytes

I can confirm this bug... After editing an existing workflow and hitting submit, menu items are reset. Marking this as critical.

The attached patch fixes the bug.

v1nce’s picture

[]

shariharan’s picture

Confirmed -patch working.

gnassar’s picture

Status: Needs review » Reviewed & tested by the community

Wow, yeah. Good call on the patch -- if the cache_ prefix isn't a really obvious sanity check that should be built into cache_clear_all, I don't know what is.

Changing status to reviewed.

shariharan’s picture

I had to add the "cache_" prefix to 'create', 'update' and 'delete' functions.

v1nce’s picture

FileSize
1.32 KB

Good catch. Here's the updated patch.

jvandyk’s picture

Status: Reviewed & tested by the community » Fixed

Thanks! Applied.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.