Commit 7b2b938e authored by Eteri's avatar Eteri

web: add a temporary hack to remove users from a project

parent 02daa8e6
......@@ -377,6 +377,12 @@
}
var context = this;
//XXX temporary hack to remove users from project
if(event.target.value == ""){
event.target.value = " ";
}
return this.changeState({
value_text: event.target.value,
value_relative_url: null,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment