@@ -85,6 +85,10 @@ |
||
| 85 | 85 | return $json; |
| 86 | 86 | } |
| 87 | 87 | |
| 88 | + /** |
|
| 89 | + * @param string $property |
|
| 90 | + * @param string $type |
|
| 91 | + */ |
|
| 88 | 92 | public function setFieldFormat($property, $type) { |
| 89 | 93 | $this->_formatFields[$property] = $type; |
| 90 | 94 | } |
@@ -26,10 +26,8 @@ |
||
| 26 | 26 | |
| 27 | 27 | use OCA\Deck\StatusException; |
| 28 | 28 | use OCP\AppFramework\ApiController; |
| 29 | -use OCP\AppFramework\Http; |
|
| 30 | 29 | use OCP\AppFramework\Http\DataResponse; |
| 31 | 30 | use OCP\IRequest; |
| 32 | - |
|
| 33 | 31 | use OCA\Deck\Service\BoardService; |
| 34 | 32 | use Sabre\HTTP\Util; |
| 35 | 33 | |