Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6.4, 2.7.1
-
Component/s: Web Services
-
Testing Instructions:
-
Affected Branches:MOODLE_26_STABLE, MOODLE_27_STABLE
-
Fixed Branches:MOODLE_26_STABLE, MOODLE_27_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
This may happen if you have two different users in the same Moodle site (a student and teacher account or manager account, etc...) and you want to add both in the Mobile app. Push keys are unique for apps, so the same push key will be valid for two users in the same site.
The problem is that we prevent duplicate entries for the pair "pushid, platform", we should delete the code check and also the unique key (in upgrade.php and install.xml)
<KEY NAME="pushid-platform" TYPE="unique" FIELDS="pushid, platform"/>
|
Attachments
Issue Links
- Testing discovered
-
MDL-44342 Integrate message_airnotifier in core
-
- Closed
-