You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, a problem with code example will have its comments stored in page p:example. When the problem code is changed to example2, the new page would be p:example2. However, the existing comments still have page p:example. As a result, all comments are lost (until the problem is renamed back to example).
The text was updated successfully, but these errors were encountered:
This needs to change to use the problem ID (and solution ID, for the editorial views). We should also have a migration that ports comments over to the id-based comment keys.
Comment locks are also affected, and would also need to be migrated.
For example, a problem with code
example
will have its comments stored in pagep:example
. When the problem code is changed toexample2
, the new page would bep:example2
. However, the existing comments still have pagep:example
. As a result, all comments are lost (until the problem is renamed back toexample
).The text was updated successfully, but these errors were encountered: