Closed (fixed)
Project:
Chatroom
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2012 at 12:38 UTC
Updated:
6 Aug 2012 at 22:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Alexander_Gurov commentedsorry, I put empty file in previous post - here is right one
Comment #2
Anonymous (not verified) commentedthanks, committed a modified version here:
http://drupalcode.org/project/chatroom.git/commit/99d3620
Comment #3
langworthy commentedIt looks like
chatroom_field_insert()is missing the new method of$chatroom->set('allowedRids', $allowed_roles);Also there is what I'm guessing might be debug code in
chatroom_field_update().This is a patch that adds to the already committed code.
Comment #4
langworthy commentedI should mention that before this patch, after creating a new chatroom I was getting the error
Notice: Undefined index: chatroom_roles in chatroom_field_insert()… line 194 chatroom.moduleComment #5
Anonymous (not verified) commentedthanks, fixed the derp with this commit:
http://drupalcode.org/project/chatroom.git/commit/b94239e