ICEpush
  1. ICEpush
  2. PUSH-11

ice.push.notify should take a single string rather than array

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2.0.0
    • Component/s: None
    • Labels:
      None
    • Environment:
      all Browsers (Bridge API)
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      call

      ice.push.notify(["groupName"]);

      it is inconsistant with the documentation and Java API but it will work.
      Show
      call ice.push.notify(["groupName"]); it is inconsistant with the documentation and Java API but it will work.

      Description

      The JS API seems to expect an array of string group names rather than a single group name. This is inconsistent with the wiki documentation which states that the API should take a single string as a parameter.

      http://wiki.icefaces.org/display/facesDev/Generic+Push+API

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #20920 Wed Mar 10 14:54:19 MST 2010 mircea.toma PUSH-11 Modified ice.push.notify function to take single string as parameter.
        Files Changed
        Commit graph MODIFY /scratchpads/snowplow/core/src/main/java/org/icepush/servlet/BrowserBoundServlet.java
        Commit graph MODIFY /scratchpads/snowplow/core/src/main/javascript/application.js

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Patrick Wilson
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: