User tests: Successful: Unsuccessful:
Since the introduction of the welcome tour, the addition of the autostart column fails the saving of tours.
Go to System -> Guided Tours, create a tour and save.
Try also 'duplicate' and 'save as copy'.
Error 'Save failed with the following error: Column 'autostart' cannot be null'.
No error on save.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration |
Title |
|
would it not be better to update the sql instead?
The database already defaults autostart to 0.
At this point, the autostart is not present as an option to the user. Once we have the full functionality (we will make auto-start as an option to the tour in the form), we can remove that additional test.
yes but you could also set it to allow null couldnt you and then you dont need this temporary code?
yes but you could also set it to allow null couldnt you and then you dont need this temporary code?
Oh I see what you mean... It felt 'safer' this way so I don't mess with the database again and add extra files.
I have tested this item ✅ successfully on cf6cbc2
Labels |
Added:
PR-5.1-dev
|
Labels |
Added:
bug
|
I have tested this item ✅ successfully on 1bef0eb
I have tested this item ✅ successfully on 1bef0eb
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-03-17 11:56:48 |
Closed_By | ⇒ | bembelimen | |
Labels |
Added:
RTC
|
Thx
would it not be better to update the sql instead?