Merge branch 'develop' of github.com:martini/zammad into develop
This commit is contained in:
commit
4cd538b641
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ function clone(item, full) {
|
||||||
|
|
||||||
// check if item is accepted to get cloned
|
// check if item is accepted to get cloned
|
||||||
if (itemType && !_.contains(acceptedInstances, itemType)) {
|
if (itemType && !_.contains(acceptedInstances, itemType)) {
|
||||||
console.log('no acceptedInstances', itemType)
|
console.log('no acceptedInstances', itemType, item)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue