21286 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 686 Views |
-
Page Version History: blank "Author" field in 2.3.3

27 October 2009 at 4:04am
Hi,
It seems that the "Author" field is not properly set within "Page Version History"
in Silverstripe 2.3.3. The "SiteTree_versions" database always shows "AuthorID"
to be "0". In version 2.3.2 the "Author" field was properly set. Comparing the code
base I see:Version 2.3.2.
Versioned.php: $newManipulation['fields']['AuthorID'] = Member::currentUserID() ? Member::currentUserID() : 0;Version 2.3.3.
Versioned.php: $userID = (Member::currentUser()) ? Member::currentUser()->ID : 0;
Versioned.php: $newManipulation['fields']['AuthorID'] = $userID;Perhaps this change is responsible?
| 686 Views | ||
|
Page:
1
|
Go to Top |

