The close versions link does a get request to the server but it can rely on the same list_versions route just using a flag variable close in order know if the user is asking to list or close the version list.
This kind of action, close a div, maybe even don't should make a get request to the server, but let think about this when refactoring all the ajax stuff.
The close versions link does a get request to the server but it can rely on the same list_versions route just using a flag variable
close
in order know if the user is asking to list or close the version list.This kind of action, close a div, maybe even don't should make a
get request
to the server, but let think about this when refactoring all the ajax stuff.