[
http://jira.jboss.com/jira/browse/JBIDE-726?page=all ]
Max Andersen moved EXIN-248 to JBIDE-726:
-----------------------------------------
Project: JBoss Tools (was: Exadel Integration)
Key: JBIDE-726 (was: EXIN-248)
column and formula does not maintain ordering
---------------------------------------------
Key: JBIDE-726
URL:
http://jira.jboss.com/jira/browse/JBIDE-726
Project: JBoss Tools
Issue Type: Sub-task
Reporter: Max Andersen
Assigned To: Viacheslav Kabanovich
column and formula are seperated in the UI as two different lists and edits reorders
mixed content into first columns then formula.
e.g. the following is valid and the sequence *matters*:
<property generated="never" lazy="false"
name="name">
<column name="name"/>
<formula>x+y</formula>
<column name="something_else"/>
</property>
but if I edit e.g. column name in structured editor I get:
<property generated="never" lazy="false"
name="name">
<column name="name"/>
<column name="something"/>
<formula>x+y</formula>
</property>
which is very different semantically.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira