OBEROn - Bug Trace - Oberon Platform
Viewing Issue Advanced Details
15 Context Design major always 2010-03-23 16:19 2010-04-06 10:23
administrator  
administrator  
high  
resolved 1.3 - DB build 0037  
fixed  
none    
none 1.3 - DB build 0038  
0000015: Cannot use the quote character inside the text fields
The quote character is not replaced with \' when OOQL command is generated.
For example:
 class edit 'My Class' description 'It's my first class';
schould be instead:
 class edit 'My Class' description 'It\'s my first class';
 
This cause a save error.
Issue History
2010-03-23 16:19 administrator New Issue
2010-04-06 10:23 administrator Note Added: 0000020
2010-04-06 10:23 administrator Status new => resolved
2010-04-06 10:23 administrator Fixed in Version => 1.3 build 0038
2010-04-06 10:23 administrator Resolution open => fixed
2010-04-06 10:23 administrator Assigned To => administrator

Notes
(0000020)
administrator   
2010-04-06 10:23   
Solved bug.