Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Configure Sort... ERROR

    SmartClient Version: v9.1p_2014-06-04/Pro Deployment (built 2014-06-04)

    On the second time opening up the Configure Sort... dialog (i.e from column header-context menu), I get the following ERROR in the developer mode console.

    Code:
    10:15:24.242 [ERROR] [xxxxx] 10:15:24.241:MUP1:WARN:ListGrid:isc_MultiSortDialog_0_multiSortPanel_optionsGrid:ListGrid initialized with this.fields attribute set to an array which is already being displayed in another ListGrid instance. To reuse standard field configuration across multiple ListGrids, use listGrid.defaultFields rather than assigning directly to listGrid.fields.
    
    com.smartgwt.client.core.JsObject$SGWT_WARN: 10:15:24.241:MUP1:WARN:ListGrid:isc_MultiSortDialog_0_multiSortPanel_optionsGrid:ListGrid initialized with this.fields attribute set to an array which is already being displayed in another ListGrid instance. To reuse standard field configuration across multiple ListGrids, use listGrid.defaultFields rather than assigning directly to listGrid.fields.
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
        at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105)
        at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
        at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172)
        at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293)
        at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547)
        at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364)
        at java.lang.Thread.run(Thread.java:744)
    Regards

    #2
    We see the issue are are presently deciding on a solution.

    Comment


      #3
      A fix has been committed for this. Check the next nightlies.

      Comment

      Working...
      X