Subject: | Not a bug: question about result from ajax requests |
Date: | Thu, 1 Sep 2016 15:00:32 -0500 |
To: | bug-Catalyst-Plugin-AutoCRUD [...] rt.cpan.org |
From: | James Leu <jleu [...] mindspring.com> |
Hello,
Thank you for your wonderful software, it has made my life easier
for testing/staging/debugging data related issues with catalyst web
applications.
In my most recent project I needed to add various levels of permissions
to different users reading/writing to the tables presented by AutoCRUD.
I've crafted a system to use LDAP groups to allow RW/RO to entire databases
and/or individual tables. Notifying the user that they cannot read
a table is trivial (redirect the request to an permission deny page),
but giving feed back that their attempt to write/create
is proving to be more challenging since ExtJS is handling the results.
I was wondering if you had any suggestions for how to provide feedback to the
user that a write/create has failed due to permissions.
Thank you for your time,
James
--
James R. Leu
jleu@mindspring.com