mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
allow additional "UPDATED" success message to keyring.importPublicKey
This commit is contained in:
parent
a2a33f0ae9
commit
5e7ef5386c
@ -1845,7 +1845,7 @@ var AppJS = (function(){ "use strict"; return Class.extend(
|
||||
{
|
||||
promises.push(keyring.importPublicKey(data[email]).then(function(_result)
|
||||
{
|
||||
if (_result == 'IMPORTED')
|
||||
if (_result == 'IMPORTED' || _result == 'UPDATED')
|
||||
{
|
||||
no_key.splice(no_key.indexOf(email),1);
|
||||
}
|
||||
@ -1943,6 +1943,6 @@ var AppJS = (function(){ "use strict"; return Class.extend(
|
||||
width: 450,
|
||||
value: {content:{ "share_link": _data.share_link }}
|
||||
});
|
||||
},
|
||||
}
|
||||
|
||||
});}).call(this);
|
||||
|
Loading…
Reference in New Issue
Block a user