[OS-JIRA] Created: (WOL-816) Rule Editor: wrong representation of dictionary with an array inside

From: Henrique Prange (JIRA) ("Henrique)
Date: Mon May 26 2008 - 10:28:25 EDT

  • Next message: Anjo Krank (JIRA): "[OS-JIRA] Created: (WOL-817) Rule Editor: isEqual selector is not supported"

    Rule Editor: wrong representation of dictionary with an array inside
    --------------------------------------------------------------------

                     Key: WOL-816
                     URL: http://issues.objectstyle.org/jira/browse/WOL-816
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
                Reporter: Henrique Prange
             Assigned To: Henrique Prange

    In the rhs, if you have an array inside of a dictionary the following representation is used:

    {
      "left" = "[]";
      "right" = "[editAction, inspectAction, deleteAction]";
    }

    Should be:

    {
      "left" = ();
      "right" = ("editAction", "inspectAction", "deleteAction");
    }

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Mon May 26 2008 - 10:30:06 EDT