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/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
..
image-tag-tooltip.html Improvements for the image tracks in the tags view 2018-05-23 16:14:27 -04:00
repo-panel-builds.html Automatically disable build triggers with successive failures or internal errors 2018-03-01 16:49:51 -05:00
repo-panel-info.html Fix clipboard copy box to not cause reflow 2018-09-18 14:17:33 -04:00
repo-panel-settings.html Fix clipboard copy box to not cause reflow 2018-09-18 14:17:33 -04:00
repo-panel-tags.html Fix UI rendering issue when creating/deleting tags from the UI (#3269) 2018-10-23 13:26:40 -04:00