mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Merge pull request #8243 from 15313-platypi/develop
Quest Panel Reload (Issue #7697)
This commit is contained in:
@@ -119,6 +119,9 @@ angular.module('habitrpg')
|
|||||||
Groups.data.party = party;
|
Groups.data.party = party;
|
||||||
$state.go('options.social.party');
|
$state.go('options.social.party');
|
||||||
resolve();
|
resolve();
|
||||||
|
if ($state.current.name === "options.social.party") {
|
||||||
|
$state.reload();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user