-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
permissions.php #13
Comments
Resolved by changing: Which is assigning the result of isset rather than the value of the POST value. if (isset($_REQUEST['group'])) { |
Thx! Pl feel free to make pull requests to the book as well. I'll fix the issues found. |
Well, you provide the most complete end-to-end examples on how to use Extjs already, I'm not interested in touch but imagine others would be. I'm personally interested in creating mixed web/app sites so a non viewport based solution would be great but I appreciate that you are trying to show all of the aspects of Ext and appeal to as broad an audience as possible. Looking forward to your new book, I'll definitely be buying it. Just for your reference, I actually found your book via looking at some of your php samples on Github, I had previously bought books by Jay Garcia and Shea Fredericks/Steve 'Cutter' Blades, although Jay is a successful author, blogger, video creator and revered member of the community, I personally find your work to be more educative. Keep up the good work! |
Loiane, Otherwise your project is the best example I have ever found and i can't wait to see it in ext 5. |
I'm looking forward to ExtJs 5 as well, I imagine two way data-binding will make some job much easier. kodoos Loiane. |
Hi Loiane, Cheers, On Wed, Oct 8, 2014 at 9:29 PM, Loiane Groner notifications@github.com
|
The permissions.php file returns the same Json regardless of 'id' parameter passed. After adding an additional group and checking the post param, the json response is identical. Will post an update if I find the reason for this. Suspect the users.php to have a similar issue as this returns the same json regardless of "group" parameter when in the Edit Group area.
The text was updated successfully, but these errors were encountered: