Details
-
Type: New Feature
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.0.0.GA, 4.1
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: JavaScript Client, Push Library
-
Labels:None
-
Environment:ICEpush JavaScript Bridge, ICEpush Core
Description
The server-side Java API already supports specifying a subject, detail and uri when issuing a request for a push through PushContext's push(groupName, pushConfiguration) and push(groupName, payload, pushConfiguration) methods. Similar support should be added to the JavaScript Bridge's notify function. This would also lead to changing the server-side's PushConfiguration's fromRequest(request) method.
Activity
Jack Van Ooststroom
created issue -
Jack Van Ooststroom
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Jack Van Ooststroom [ jack.van.ooststroom ] |
Jack Van Ooststroom
made changes -
Fix Version/s | EE-4.1.0.GA [ 12172 ] |
Jack Van Ooststroom
made changes -
Component/s | Push Library [ 10044 ] |
Jack Van Ooststroom
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48589 | Thu Mar 31 17:40:59 MDT 2016 | jack.van.ooststroom | Fixed JIRA |
Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/java/org/icepush/PushConfiguration.java
MODIFY /icepush/trunk/icepush/core/src/main/javascript/application.js |
Ken Fyten
made changes -
Fix Version/s | EE-4.1.0.BETA [ 13073 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.1.1.BETA [ 13077 ] | |
Fix Version/s | EE-4.1.0.GA [ 12172 ] | |
Fix Version/s | EE-4.1.0.RC1 [ 13073 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.2.0.GA [ 13074 ] | |
Fix Version/s | EE-4.1.1.BETA [ 13077 ] |
Please note that if the subject is specified the uri must be mandatory.