-
-
Notifications
You must be signed in to change notification settings - Fork 213
3.5.6: versioning no more working …? #8141
Comments
|
… after several savings it now seems to work. So we have an issue with the first version(s). They're not correctly catched! |
|
Be aware that a new version is only created if you change something on the record... |
|
How do I reproduce this in the online demo? |
|
It's possible when Login as Admin, Access Modules «Applications – Listing», Change the title, hit enter to save. No Version is made. Reedit, Enter … still no version. Then add a Headline (was empty before): version is created ;-) |
|
I have debugged the issue. It is caused by the change discussed in #7730: https://github.com/contao/core/blob/master/system/modules/core/classes/Versions.php#L219
@contao/developers Any idea how to fix this? |
|
Except reverting the changes from #7730 of course ;) |
|
Never mind, reverting the changes is correct. Let's instead try to solve the initial problem as described here: #7730 (comment) |
|
Fixed in bfdfd4f. |
### 4.1.1 (2015-03-03) * Remove the "disable IP check" field from the back end settings (see #436). * Do not quote the search string in `FIND_IN_SET()` (see #424). * Always fix the domain and language when generating URLs (see contao/core#8238). * Fix two issues with the flexible back end theme (see contao/core#8227). * Correctly toggle custom page type icons (see contao/core#8236). * Correctly render the links in the monthly/yearly event list menu (see contao/core#8140). * Skip the registration related fields if a user is duplicated (see contao/core#8185). * Correctly show the form field type help text (see contao/core#8200). * Correctly create the initial version of a record (see contao/core#8141). * Correctly show the "expand preview" buttons (see contao/core#8146). * Correctly check that a password does not match the username (see contao/core#8209). * Check if a directory exists before executing `mkdir()` (see contao/core#8150). * Do not link to the maintenance module if the user cannot access it (see contao/core#8151). * Show the "new folder" button in the template manager (see contao/core#8138).
I was also in de Contao Demo and in my own installation: in Contao 3.5.6 versioning seems to add the system-log entry but there is no pulldown above the content-element or module anymore. What's wrong?
The text was updated successfully, but these errors were encountered: