mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
Merge pull request #2833 from Haokun-Chen/2829
fixed build anchor for application in activity stream
This commit is contained in:
commit
3a133836dc
@ -85,6 +85,9 @@ export default function BuildAnchor($log, $filter) {
|
||||
const inventoryId = _.get(obj, 'inventory', '').split('-').reverse()[0];
|
||||
url += `inventories/inventory/${inventoryId}/inventory_sources/edit/${obj.id}`;
|
||||
break;
|
||||
case 'o_auth2_application':
|
||||
url += `applications/${obj.id}`;
|
||||
break;
|
||||
default:
|
||||
url += resource + 's/' + obj.id + '/';
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user