You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Hobo Users
I've found older posts about this, but things seems different in the
new hobo...
I want to add some fields to the account page. For example users have
an address field i want them to be able to update on the account page.
I tried extending the account-page tag in application.dryml to no
avail. Anyone have any idea what this should look like in the
application.dryml?
Bob Sleys
unread,
Jan 6, 2012, 4:41:58 PM1/6/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
I think you need to look at the user model and specifically the update_permitted?. Any fields you want the user to be able to update must be listed there.
Bob
hobo_hippy
unread,
Jan 6, 2012, 7:42:21 PM1/6/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Hobo Users
I tried that already! I've included the address field in only_changed
function
hobo_hippy
unread,
Jan 9, 2012, 4:32:10 PM1/9/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Hobo Users
hmm, suddenly it's showing up. Must have needed to update the cache on
my server... it's all good now! thanks Bob
kevinpfromnm
unread,
Jan 9, 2012, 4:41:49 PM1/9/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
if you were running under production mode, model changes aren't loaded until server restart. got bit by that a couple weeks back. made a change to an import function and thought it was working with the new source folder...