TASKPM/libreplan-webapp
Óscar González Fernández f06a44d6e9 Avoid some redundant loads of bindings in the same request
Sometimes reloadBindings is called several times in the same request.
Now only the first call would force the reload and the others would be
ignored.

For example, when switching to Projects List reloadBindings is called
after the tab being created and another time when calling
org.libreplan.web.orders.OrderCRUDController.goToList(). Now the
second call is ignored.
2012-12-11 16:33:33 +01:00
..
src Avoid some redundant loads of bindings in the same request 2012-12-11 16:33:33 +01:00
pom.xml Bump version number to 1.3.2 2012-11-30 07:41:11 +01:00