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,
......
  • maybe this is same as !835 (merged) ( but I don't know it just looks similar things :) )

  • Hi @jerome , it's not really the same thing. Even if it was I anyway could't use that fix because we are using very old version of erp5 in our project and the fix wouldn't help us, that's why i had to do this dirty hack. Anyway I think this is fixed in the newer version of erp5, and hopefully soon we will upgrade our project and will not have this anymore. Thanks for checking :)

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