Document Locking not unlocking

I have a user that is having an issue with document locking. The db has document locking enabled, and it works great for all users on 6.5.4. We have a small test group migrated to 8.5 and now the document locking isn’t working. When the user closes a document that they had in edit mode, it’s not unlocking. Is this a known issue with 8.5?

Any information would be greatly appreciated.

TIA,

-Chris

Subject: Document locking bug

We have noticed a bug running 8.5.1 in actions on a form where the action saves and closes the UI document via LotusScript. I haven’t worked through a simple test case yet but using the force parameter on close seems to correct the issue, for example Call Source.Close(True) where Source is the current NotesUIDocument as opposed to just calling Source.Close.

Hope this helps.