backdrop-contrib / coder_review

"Developer module" which reviews your code identifying coding style problems and where updates to the API are required.
GNU General Public License v2.0
1 stars 7 forks source link

After downloading and enabling coder_review all ops on /admin/modules are 'code review'. #5

Closed serundeputy closed 7 years ago

serundeputy commented 7 years ago
screen shot 2017-05-28 at 1 43 28 pm
docwilmot commented 7 years ago

Yep, noted. And the search filter stops working. Thanks.

docwilmot commented 7 years ago

Fixed

oadaeh commented 6 years ago

Where was this fixed? I'm still seeing this behavior (and some other possibly related problems) in the downloaded code from https://backdropcms.org/project/coder_review and both the cs & review branches here. When I disable Coder Review, all goes back to normal, so I don't think it's a caching problem, though I did clear them all.

docwilmot commented 6 years ago

problem is the branching of this is a mess. this was fixed in my github repo 'review' branch but never merged. https://github.com/docwilmot/coder_review/commits/review. pushed new default branch 1.x-1.x.

Also new release.

oadaeh commented 6 years ago

Thanks @docwilmot.