Skip Menu |

This queue is for tickets about the Catalyst-Manual CPAN distribution.

Report information
The Basics
Id: 76409
Status: resolved
Priority: 0/
Queue: Catalyst-Manual

People
Owner: Nobody in particular
Requestors: send.to.sandeep [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 5.9003
Fixed in: (no value)



Subject: Tutorial bug for schema link table changes
At #Add_User_and_Role_Information_to_DBIC_Schema , the tutorial asks to set many_to_many as : __PACKAGE__->many_to_many(roles => 'user_roles', 'role'); This should be replaced as __PACKAGE__->many_to_many(roles => 'user_roles', 'role_id');
seems to be fixed in latest