XimeraProject / ximeraLatex

Author tools for creating Ximera activities
LaTeX Project Public License v1.3c
40 stars 35 forks source link

update button reverts to random hash url #49

Closed betahat closed 5 years ago

betahat commented 8 years ago

When a change occurs and the update button is clicked, it reverts back to the randomly generated url instead of refreshing the url currently being used.

kisonecat commented 8 years ago

The nice URL is pointing to the "newest version for which the learner has some data" while that hash URL points to a specific version of the activity. So I'm using this basically as a hack to bring up a specific version.

I could use history.pushState to fix this? I really would like to understand better what the "right" thing to do here is.

oguzkurt commented 7 years ago

Yep, this is an issue of mine too. It is very confusing to the students!

bartsnapp commented 5 years ago

This is a server issue