Note that both admin_views and this module add a view that puts itself in admin/content, which causes this page to be inaccessible to the admin user. To resolve this, you need to disable (or alter) one of the views and flush your cache.

Not sure if this is a bug in either modules or even views, but this is something you should be aware of, i guess.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mrfelton’s picture

agreed.

bojanz’s picture

We should disable the admin_views provided content view if admin_views is present.

jsacksick’s picture

Status: Active » Needs review
FileSize
713 bytes
jsacksick’s picture

Status: Needs review » Fixed

Commited to dev.

mrfelton’s picture

Status: Fixed » Needs review
FileSize
611 bytes

This also needs to happen for the admin_views_comment view, which is replaced by commerce_backoffice_comments.

Gyver06’s picture

Patch #5 doesn't work for me, no changes.

mrfelton’s picture

@Gyver - Did you flush your cache?

jsacksick’s picture

Status: Needs review » Fixed
FileSize
602 bytes

Commited a slightly different patch in dev.
@mrfelton: Your patch check if the views provided by the current module is present, I instead check if the admin_views_comment is there, and if so, I disable it, it works after clearing the cache.

VanessaM’s picture

#8 worked for me. thanks!

Gyver06’s picture

#8 worked for me too. thank you !

Gyver06’s picture

Sorry to confirm finally that it still doesn't work. Even after flushing drupal and web browser cache.
Here is a screen capture after enabling Commerce_Backoffice that gives you more details about this issue.

Status: Fixed » Closed (fixed)

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