ansible/awx

For relaunched jobs, show a link to the original job

Offen

#2.399 geöffnet am 10.10.2018

 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (3.333 Forks)batch import
component:apicomponent:uihelp wantedtype:enhancement

Repository-Metriken

Stars
 (13.071 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

ISSUE TYPE
  • Feature Idea
COMPONENT NAM
  • API
  • UI
SUMMARY

User should be able to click on a link to navigate to the original job if they are on the page for a relaunched job.

ADDITIONAL INFORMATION

needs the API to show the information, and then the UI to display it.

I suggest that this field should be a foreign key on the UnifiedJob model, but turn off the DB index for this field: https://code.djangoproject.com/ticket/13730

Contributor Guide