This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/js/directives/repo-view
Kenny Lee Sin Cheong 8b25d5b77b
Fix UI rendering issue when creating/deleting tags from the UI (#3269)
### Description of Changes

Tag operations in UI would not be rendered properly when using the paginated tags endpoint.
When a user would create/delete a tag from the repo-panel-tags, `digest` would be called. This caused the `$scope.repository.tags` to be removed.

To fix this:
* Bind the tags directly to the scope instead of the repository
* Change references to scope.repository.tags to use scope.repositoryTags

---
2018-10-23 13:26:40 -04:00
..
repo-panel-builds.js Add ability for triggers to be disabled 2018-03-01 16:49:28 -05:00
repo-panel-info.js Add feature flag to enable viewing builds and build logs for public repos 2017-08-07 15:24:36 -04:00
repo-panel-settings.js Hide build-related UI elements when builds are disabled 2018-01-31 18:09:38 -05:00
repo-panel-tags.js Fix UI rendering issue when creating/deleting tags from the UI (#3269) 2018-10-23 13:26:40 -04:00