Skip to content

Commit

Permalink
fix empty task groups view
Browse files Browse the repository at this point in the history
  • Loading branch information
mlunzena committed Mar 22, 2019
1 parent 3f37267 commit aacff4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studip-plugin-cliqr",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"description": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginname=Cliqr
pluginclassname=CliqrPlugin
origin=elan-ev
version=3.0.2
version=3.0.3
studipMinVersion=3.4
studipMaxVersion=4.3.99
summary=Software-Clicker: interaktive Online-Fragen
Expand Down
4 changes: 2 additions & 2 deletions src/views/task-groups/index/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CollectionView } from 'backbone.marionette'
import { showConfirmDialog, showDialog } from '../../../dialog'
import showError from '../../../error'
import * as TaskGroups from '../index'
import EmptyView from './empty'
// import EmptyView from './empty'
import ListItemView from './list-item'
import indexTemplate from './view.hbs'
import Radio from 'backbone.radio'
Expand All @@ -17,7 +17,7 @@ export default CollectionView.extend({
},
childViewEventPrefix: 'childview',

emptyView: EmptyView,
// emptyView: EmptyView,

template: indexTemplate,

Expand Down

0 comments on commit aacff4c

Please sign in to comment.