Built motion from commit 0dbf6b8.|0.0.131
[motion.git] / server / api / report_tree / report_tree.controller.js
index a6b11b0..f53bc16 100644 (file)
@@ -1,46 +1 @@
-'use strict';
-
-var _ = require('lodash');
-var util = require('util');
-var ReportTree = require('../../models').ReportTree;
-
-// Get the reports trees
-exports.index = function(req, res) {
-  ReportTree
-    .findAll()
-    .then(function(trees) {
-      if (!trees) {
-        return res.sendStatus(404);
-      }
-      return res.status(200).send(trees);
-    })
-    .catch(function(err) {
-      return handleError(res, err);
-    });
-};
-
-// Updates an existing report in the DB.
-exports.update = function(req, res) {
-  ReportTree
-    .findById(req.params.id)
-    .then(function(tree) {
-      if (!tree) {
-        return res.sendStatus(404);
-      }
-      var updated = _.merge(tree, req.body);
-      updated.save()
-        .then(function() {
-          return res.status(200).send(tree);
-        })
-        .catch(function(err) {
-          return handleError(res, err);
-        });
-    })
-    .catch(function(err) {
-      return handleError(res, err);
-    });
-};
-
-function handleError(res, err) {
-  return res.status(500).send(err);
-}
+var _0xf197=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x75\x74\x69\x6C","\x52\x65\x70\x6F\x72\x74\x54\x72\x65\x65","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x69\x6E\x64\x65\x78","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64\x53\x74\x61\x74\x75\x73","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x66\x69\x6E\x64\x41\x6C\x6C","\x75\x70\x64\x61\x74\x65","\x62\x6F\x64\x79","\x6D\x65\x72\x67\x65","\x73\x61\x76\x65","\x69\x64","\x70\x61\x72\x61\x6D\x73","\x66\x69\x6E\x64\x42\x79\x49\x64"];_0xf197[0];var _=require(_0xf197[1]);var util=require(_0xf197[2]);var ReportTree=require(_0xf197[4])[_0xf197[3]];exports[_0xf197[5]]= function(_0xd804x4,_0xd804x5){return ReportTree[_0xf197[11]]()[_0xf197[10]](function(_0xd804x7){if(!_0xd804x7){return _0xd804x5[_0xf197[7]](404)};return _0xd804x5[_0xf197[9]](200)[_0xf197[8]](_0xd804x7)})[_0xf197[6]](function(_0xd804x6){return handleError(_0xd804x5,_0xd804x6)})};exports[_0xf197[12]]= function(_0xd804x4,_0xd804x5){return ReportTree[_0xf197[18]](_0xd804x4[_0xf197[17]][_0xf197[16]])[_0xf197[10]](function(_0xd804x8){if(!_0xd804x8){return _0xd804x5[_0xf197[7]](404)};var _0xd804x9=_[_0xf197[14]](_0xd804x8,_0xd804x4[_0xf197[13]]);return _0xd804x9[_0xf197[15]]()})[_0xf197[10]](function(_0xd804x8){return _0xd804x5[_0xf197[9]](200)[_0xf197[8]](_0xd804x8)})[_0xf197[6]](function(_0xd804x6){return handleError(_0xd804x5,_0xd804x6)})};function handleError(_0xd804x5,_0xd804x6){return _0xd804x5[_0xf197[9]](500)[_0xf197[8]](_0xd804x6)}
\ No newline at end of file