Skip to content

Bugfix: Remote config URL was not updated when mirror credentials were updated

Rubén Dávila requested to merge issue_547 into master

The after_save callback was looking for changes only in the URL without credentials, this was happening because we store the credentials in a separate field.

REF: #547

Merge request reports