-
- Downloads
[FIX] mail, website_slides: fix while accept the request from the new attendee
Before this commit:
We have a new feature that if the course is private, and attendee make the
request to access the course it will create an activity for 'course responsible'.
Currently, after accepting the invitation request from the new user, it is still
not considered the user as an attendee and not displaying like 'You're enrolled'
to the respective users
After this commit:
The features of access invitation on courses will be workable.
Task-2328389
closes odoo/odoo#59504
Signed-off-by:
Alexandre Kühn (aku) <aku@odoo.com>
Showing
- addons/mail/static/src/models/activity/activity.js 20 additions, 0 deletionsaddons/mail/static/src/models/activity/activity.js
- addons/website_slides/static/src/components/activity/activity_tests.js 124 additions, 0 deletions...e_slides/static/src/components/activity/activity_tests.js
- addons/website_slides/static/src/js/activity.js 43 additions, 1 deletionaddons/website_slides/static/src/js/activity.js
- addons/website_slides/static/src/xml/activity.xml 17 additions, 1 deletionaddons/website_slides/static/src/xml/activity.xml
- addons/website_slides/views/assets.xml 5 additions, 0 deletionsaddons/website_slides/views/assets.xml
Please register or sign in to comment