bugfixes for null descriptions and imported descriptions

This commit is contained in:
2016-07-30 23:51:06 +02:00
parent df8edf4607
commit eb11238bb6
3 changed files with 5 additions and 4 deletions
@@ -30,7 +30,7 @@
ng-options="category.name for category in categories track by category._links.self.href">
</select>
</td>
<td><input value="{{line.targetDescription}}"></input></td>
<td><input ng-model="line.targetDescription"></input></td>
<td class="spacer"></td>
<td align="center">{{line.matcherPosition}}</td>
<td class="spacer"></td>