[TIMOB-26655] iOS: Shortcut-item ID does not has to be unique
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-03-21T21:39:53.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 8.0.1 |
Components | iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Vijay Singh |
Created | 2018-12-14T13:10:54.000+0000 |
Updated | 2019-03-21T21:39:53.000+0000 |
Description
Different to the initial approach of shortcut-items, the identifier of them does not have to be unique, since it only identifies the action, not the whole shortcut.In addition, the docs state that the shortcut items are identifier by the "itemtype" inside the "shortcutitemclick" event, but they use the "identifier" property.
PR: https://github.com/appcelerator/titanium_mobile/pull/10539 Would be great to see in 8.0.0, since we want to prevent curating a custom SDK for this.
FR Passed. PR Merged.
Verified the fix in SDK 8.0.0.GA. Closing.