Open ErikApoyy opened 6 days ago
@ErikApoyy Hi Erik, could you provide me more information about the bug, which is included:
@ErikApoyy Hi Erik, could you provide me more information about the bug, which is included:
- Steps to get that page (page contain bug) (this one will be effective for me in some other complex bug).
- And the Url for that page. Thank you in advance.
https://www.exertime.tech/admin/resources/exercise_log/records/10/show
@PatrikNguyen Hi Phat,
It's in that page. Once user click the 'Go Back' button, the POST request automatically send to the back-end (See the 2nd picture where I highlight the request).
Also, if you look at Anjia's screenshot, it's how the data being stored in the AdminJS.
Let me know if something still unclear for you, Cheers
Current behaviour: When user leave the repetition log page, it will automatically insert new data to the exercise log table. However, it takes the user email instead of the user ID. Example:
Expected behaviour: It should insert actual user ID, not their email address.
Issue: When user change their email address, all the data stored with their previous email address will be hard to track.