posted 19 years ago
Ok, so I'm using my existing user id's from my app's user table, and they're causing a weird problem. When editing user permissions in the admin control panel, it is adding commas to the user id. So my user id of 3001461 becomes 3,001,461. Then I get an error when trying to save the permissions. I've looked at the template and UserAction.java and everything looks fine. I then compared it to the screens for editing the user profile and user group, and they look like they handle the user id the exact same way. So I'm stumped.
[originally posted on jforum.net by mattcoz]