While creating a course and filling out 'CREATE COURSE - Start building a course', upon switching to another tab 'SETTINGS - Advanced settings' and back, a button appears that was not there before - 'Load Draft'. Clicking it does not bring up any windows for loading.
Also, if editing the short or long description after returning to the tab, clicking 'Load Draft' resets the last changes made.
All videos are attached. Why does this problem occur?
when you edit something in course , our system saved a draft copy of it after some 2 seconds .
now when you hit load draft it loads that copy to the current edit course so yes obviously your fileds gonna reset with the draft values when you click on it . Also please share the video not gifs it does not provide option to pause and check
Thank you for the explanation, we misunderstood how it works. Can we add a tooltip explaining how "Load Draft" works? Here's an example: https://prnt.sc/nFkiUQIq_6WB
Hello,
While creating a course and filling out 'CREATE COURSE - Start building a course', upon switching to another tab 'SETTINGS - Advanced settings' and back, a button appears that was not there before - 'Load Draft'. Clicking it does not bring up any windows for loading.
Also, if editing the short or long description after returning to the tab, clicking 'Load Draft' resets the last changes made.
All videos are attached.
Why does this problem occur?
Attached files: chrome_bsAjpqwNPf.gif
chrome_bVnl9OEthm.gif
chrome_L2eUobYgrD.gif
well it works like this :
when you edit something in course , our system saved a draft copy of it after some 2 seconds .
now when you hit load draft it loads that copy to the current edit course so yes obviously your fileds gonna reset with the draft values when you click on it .
Also please share the video not gifs it does not provide option to pause and check
Thank you for the explanation, we misunderstood how it works. Can we add a tooltip explaining how "Load Draft" works? Here's an example: https://prnt.sc/nFkiUQIq_6WB
hi you can add it via css :
.course_drafts:after {
content:'your description';
}
replace the your description with your text.