Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » CMUD Beta Forum
oldguy2
Wizard


Joined: 17 Jun 2006
Posts: 1201

PostPosted: Sun Jun 20, 2010 8:48 pm   

[3.20]BUG: Adding Items to Stringlists and Database Variables in the Editor
 
This is a continuation of this post.

Adding items to a stringlist variable or database record variable through the editor causes the values to be replaced by null values randomly.

I created a new database record and then added the following key:value pairs to it through the editor:

one : send one
two : send two
three : send three
four : send four
five : send five


The following is what was actually saved.

Code:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
  <var name="myDB" type="Record" copy="yes">
    <value>five=send five||||</value>
    <json>{"two":"send two","one":"send one","three":"send three","four":"send four","five":"send five"}</json>
  </var>
</cmud>


Again we have a major problem as you can see.

I deleted that variable and did the same exact thing and the following was the result:

Code:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
  <var name="myDB" type="Record" copy="yes"/>
</cmud>


It didn't save anything period.
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » CMUD Beta Forum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net