[SOLVED] Room Attributes empty with serverside rooms

All Union Platform questions, comments, feature requests, and bug reports.

Room Attributes empty with serverside rooms  

Postby bartjen » Fri 30 Aug 2013 14:43

Hi All,

When creating rooms in the union.xml. the Attributes defined do not show in the UnionAdmin SWF.

Example in the union.xml:
<rooms>
<id>test</id>
<attributes>
<attribute name="roomTitle">test</attribute>
<attribute name="_DIE_ON_EMPTY">false</attribute>
</attributes>
</rooms>

The rooms are listed in the Union Admin SWF. But when I look at the room attributes, the list is empty? Are the attributes correctly set? The log doen't show any errors.

Thanks!
bartjen
 
Posts: 5
Joined: Mon 17 Sep 2012 02:52
Location: Netherlands

Re: Room Attributes empty with serverside rooms

Postby toby » Mon 23 Sep 2013 21:39

Try adding the lines shown in bold:

<rooms>
<room>
<id>test</id>
<attributes>
<attribute name="roomTitle">test</attribute>
<attribute name="_DIE_ON_EMPTY">false</attribute>
</attributes>
</room>
</rooms>
toby
 
Posts: 162
Joined: Sun 24 Jun 2012 14:18


Return to Union Platform

Online

Users browsing this forum: No registered users and 7 guests