1
0
Fork 0

Bug fix/gravatar ui fix (#9211)

* fixed editing of users in the web ui when gravatar was enabled

* changelog

* Update userManagementView.js

rm console log
This commit is contained in:
Heiko 2019-06-12 15:20:15 +02:00 committed by Michael Hackstein
parent 56c969316f
commit 677ffdc692
2 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,12 @@
devel
-----
* Fixed editing a user within the web UI if the user added a gravatar profile picture
* allow pregel to select the shard key via `shardKeyAttribute` in pregel start parameters
* Added --server.jwt-secret-keyfile to arangosh.
* fixed internal issue #4040: gharial api is now checking existence of `_from` and `_to` vertices
during edge replacements and edge updates

View File

@ -208,7 +208,12 @@
}
if ($(e.currentTarget).hasClass('tile')) {
if ($(e.currentTarget).find('.fa').attr('id')) {
e.currentTarget = $(e.currentTarget).find('.fa');
} else {
// check if gravatar icon is enabled
e.currentTarget = $(e.currentTarget).find('.icon');
}
}
this.collection.fetch({