November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hmm. The removed query property still works. it just interferes with my compiling. made an hack with a derived roomquery class to avoid compiler noise. :p
public class RoomQueryWrapper : RoomQuery
{
public new BooleanCriterion Removed
{
get
{
return GetCriterion<BooleanCriterion>("Removed");
}
set
{
SetCriterion("Removed", value);
}
}
}
Hi
We have a issue with forum admins doing an accidental deletions of some rooms. There is however no ways of unremoving these via the forum admin tools. (No recyclebin). The Community API does not support quering removed rooms anymore (RoomQuery.Removed is flagged as obsolete). The only way of restoring these room is doing some manual hack in the database.
NB The build-in forum room tool sucks. Somebody please fix it. The "Update room tree" button creates a lot mistakes for our customer