Player Secrets not included in versions
The subject basically says it; information in a Player Secret is not kept in the previous Versions of a page.
2 people watching.
-
New Issue
-
Conversation Started
A conversation has been started with the Obsidian Portal staff to resolve this discussion.
-
Close the discussion Close the discussion
Private Permissions
This discussion is private. Only you and Obsidian Portal support staff can see and reply to it.
Recent Discussions
| 18 May, 2013 09:06 AM | Game System Addition | |
| 18 May, 2013 04:33 AM | Comments on Log posts not going to log creator | |
| 15 Dec, 2012 09:51 AM | Przyczynienie nowiusieńkich fabule na stronicy w celu pozycjonowania | |
| 18 May, 2013 12:40 AM | Beta Forum doesn't exist? | |
| 07 Jul, 2012 12:29 AM | Dresden Files DST |
Support Staff 2 Posted by Micah on 16 Apr, 2012 07:05 PM
This is a known issue. The player secrets are stored in a different way
that makes versioning them along with everything else much more complex. We
decided to leave it out and go as-is rather than trying to get it perfect.
After all, the versioning as it stands now is much, much better than
nothing at all. We hope to add player secrets to the versioning some time
in the future, but we're not sure when.
3 Posted by Calion on 16 Apr, 2012 07:07 PM
Ah. I had assumed, given the way they are formatted, that they were merely special versions of "GM Only." Thanks for the info!
Support Staff 4 Posted by Micah on 16 Apr, 2012 07:12 PM
Not sure how familiar you are with database storage, but the difference is
that the player secrets are a "one-to-many" relationship with the Wiki page
(or character or whatever). So, there's only 1 GM-only field, and can be
stored directly on the object. But there can be any number of player secret
fields, so they have to be stored separately. Cramming them into the
version package will be a little tricky. I've got some ideas on how to do
it, but none of them are easy.