Details
Description
The ContentMenuItem renderer is rendering the argument 'parent' for the js call using the value of the contentNavBar. But this doesn't seemed to be used in the script. We should remove it if it's not needed.
StringBuilder sb = new StringBuilder("mobi.layoutMenu.showContent('").append(stackClientId);
sb.append("', event");
sb.append(",{ selectedId: '").append(item.getValue()).append("'");
sb.append(",singleSubmit: ").append(item.isSingleSubmit());
sb.append(", parent: '").append(navBar.getClientId(facesContext)).append("'");
Issue Links
- is duplicated by
-
MOBI-672 Client side api for contentStack using core rendering for JSP as well as JSF implementation
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | User Philip.breau [ philip.breau ] |
Fix Version/s | 1.2 Beta [ 10344 ] |
Fix Version/s | 1.2 Final [ 10371 ] | |
Fix Version/s | 1.2 Beta [ 10344 ] |
Fix Version/s | 1.2 EE [ 10372 ] | |
Fix Version/s | 1.2 Final [ 10371 ] |
Fix Version/s | 1.3 Beta [ 10373 ] | |
Fix Version/s | 1.2 EE [ 10372 ] |
Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
Fix Version/s | 1.4 Beta [ 10874 ] | |
Fix Version/s | 1.3 Beta [ 10373 ] |
Assignee | Judy Guglielmin [ judy.guglielmin ] | Philip Breau [ philip.breau ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38344 | Wed Oct 02 17:49:25 MDT 2013 | philip.breau | |
Files Changed | ||||
![]() |
Fix Version/s | 1.3.1 [ 11376 ] | |
Fix Version/s | 1.4 Beta [ 10874 ] |
This component is getting totally overhauled for 1.4 Beta with use of mobi:transition and client side api for contentSTack.
Once that has been completed (see link) this jira will no longer be relevant