Hi Chris,

could you take a look on this issue when you have time? i hv a fresh install beanstag and it seems that whenever i click Update beanstag, it will keep showing a cached path until i clear the drupal cache.

Thanks.

Regards,
Kit

CommentFileSizeAuthor
#4 beanstag-1380038-4.patch2.01 KBfoopang
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

foopang’s picture

Sure, will try to fix that bug. Thanks for reporting this issue.

foopang’s picture

Sorry Kit, I couldn't reproduce this issue with a fresh install beanstag. Could you provide more details on how the problem accrued? Thanks!

ykyuen’s picture

Status: Active » Closed (cannot reproduce)

o, maybe it has conflicts with other modules. let me try to figure out what causes the problem and update you later. thx.

foopang’s picture

Status: Closed (cannot reproduce) » Needs review
FileSize
2.01 KB

It's caused by the cache of the Administration menu module. I tried to fix that by storing the last accessed path to the user session without generating a new Beanstag path on every HTTP request.
Here is a patch I made, please kindly review it. Thanks!

ykyuen’s picture

Status: Needs review » Closed (fixed)

thanks chris. the patch works well and i committed the code.