fixes owner source check

This commit is contained in:
Seyi Adebajo 2017-03-31 18:10:38 -07:00 committed by Mars Lan
parent cc996cfb41
commit 554b706769

View File

@ -108,10 +108,10 @@
<td>
<button class="nacho-button nacho-button--small"
title={{if (contains (w "SCM") (w owner.source))
title={{if (eq owner.source "SCM")
"Owners sourced from SCM should be removed directly from SCM"
"Remove"}}
disabled={{contains (w "SCM") (w owner.source)}}
disabled={{eq owner.source "SCM"}}
{{action "removeOwner" owner}}>
<i class="fa fa-trash"
aria-label="Remove Owner"></i>