Exit editor edits wrong room's exits #410

Closed
opened 2025-01-17 16:52:15 -08:00 by scionaltera · 1 comment
scionaltera commented 2025-01-17 16:52:15 -08:00 (Migrated from github.com)

I noticed the exit editor sometimes seems to edit the wrong room's exits. Needs more investigation to figure out what's going on.

I noticed the exit editor sometimes seems to edit the wrong room's exits. Needs more investigation to figure out what's going on.
scionaltera commented 2025-02-06 18:33:45 -08:00 (Migrated from github.com)

This and #418 are related. It only worked because it always opened the exits screen on the room the character was standing in (not the one they were editing) which was of course already loaded in the context of the Hibernate transaction. After fixing it so it opens the exits for the correct room, I now get a LazyInitializationException because Hibernate can't load the room.

This and #418 are related. It only worked because it always opened the exits screen on the room the character was standing in (not the one they were editing) which was of course already loaded in the context of the Hibernate transaction. After fixing it so it opens the exits for the correct room, I now get a `LazyInitializationException` because Hibernate can't load the room.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
agony-forge/agonyforge#410
No description provided.