Keep deleted boards for a while and delete with cron

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-05-17 22:01:37 +02:00
parent 247b4dde0c
commit 2c63bfb4b8
15 changed files with 182 additions and 53 deletions

View File

@@ -37,9 +37,10 @@ app.config(function ($provide, $routeProvider, $interpolateProvider, $httpProvid
$stateProvider
.state('list', {
url: "/",
url: "/:filter",
templateUrl: "/boardlist.mainView.html",
controller: 'ListController',
reloadOnSearch: false,
params: {
filter: { value: '', dynamic: true }
}