nterms / yii2-pagesize-widget

Widget for enabling dynamic page size selection on yii2 GridView
MIT License
38 stars 18 forks source link

The name space issue still exists in the 2.0.0 release #5

Closed sjaakp closed 9 years ago

nterms commented 9 years ago

Unable to reproduce the error. Please provide more information.

sjaakp commented 9 years ago

I installed yii2-pagesize-widget v. 2.0.0 with composer. The file PageSize.php has:

            namespace nterms;

while the master branch has:

            namespace nterms\pagesize;

as it should be. I had to manually correct it to make it work.

Thanks, by the way. It’s a nice widget.


Sjaak Priester

mailto:sjaak@sjaakpriester.nl sjaak@sjaakpriester.nl

Van: Saranga Abeykoon [mailto:notifications@github.com] Verzonden: woensdag 10 juni 2015 6:38 Aan: nterms/yii2-pagesize-widget CC: Sjaak Priester Onderwerp: Re: [yii2-pagesize-widget] The name space issue still exists in the 2.0.0 release (#5)

Unable to reproduce the error. Please provide more information.

— Reply to this email directly or view it on GitHub https://github.com/nterms/yii2-pagesize-widget/issues/5#issuecomment-110586873 . https://github.com/notifications/beacon/AFU71mQnwNi_9FxOCNVcwnptEWQwfNAdks5oR7bBgaJpZM4E8-Cd.gif

nterms commented 9 years ago

@sjaakp Thanks a lot for pointing this out. Released v2.0.1 with the issue fixed.