ICEfaces
  1. ICEfaces
  2. ICE-4912

Make Ice.Parameter.Query to a optional parameter to the iceSubmit and iceSubmitPartial

    Details

    • Type: Task Task
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8.1
    • Fix Version/s: 1.8.2-RC1, 1.8.2
    • Component/s: Bridge
    • Labels:
      None
    • Environment:
       iceSubmit +iceSubmitPartial

      Description

      Make Ice.Parameter.Query to a optional parameter to the iceSubmit and iceSubmitPartial.

      Being able to pass "Ice.Parameter.Query" as a parameter, would allow to
      > get rid of the following component specific code from the submit.js, and
      > then this type of code can directly go into the component specific js
      > and we do not need to touch submit.js in future.
      >
      > if (Ice.InputFileIdPreUpload)
      > query.add('ice.inputFile.preUpload', Ice.InputFileIdPreUpload);
      > if (Ice.InputFileIdPostUpload)
      > query.add('ice.inputFile.postUpload', Ice.InputFileIdPostUpload);
      > if (Ice.Menu != null && Ice.Menu.menuContext != null)
      > query.add('ice.menuContext', Ice.Menu.menuContext);

        Activity

        Hide
        Adnan Durrani added a comment -

        Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\bridge\src\submit.js
        Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\bridge\src\submit.js
        Completed: At revision: 19210

        Show
        Adnan Durrani added a comment - Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\bridge\src\submit.js Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\bridge\src\submit.js Completed: At revision: 19210

          People

          • Assignee:
            Adnan Durrani
            Reporter:
            Adnan Durrani
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: