Sabina Talipova

Results 36 issues of Sabina Talipova

## Description Once this issue https://github.com/silverstripe/silverstripe-graphql/issues/14 will be solved we should implement the following changes in asset-admin: - Update GraphQL store with new model in - [ ] `AssetAdmin.handleSubmitEditor()`. [See](https://github.com/silverstripe/silverstripe-asset-admin/blob/02728e1adcf5c912b3ab0d8dc64963a717139d0f/client/src/containers/AssetAdmin/AssetAdmin.js#L286)...

type/enhancement
affects/v5

## Description Add date and category name localisation in `Gallery.getSearchMessage()`. See: - https://github.com/silverstripe/silverstripe-asset-admin/blob/02728e1adcf5c912b3ab0d8dc64963a717139d0f/client/src/containers/Gallery/Gallery.js#L130 - https://github.com/silverstripe/silverstripe-asset-admin/blob/02728e1adcf5c912b3ab0d8dc64963a717139d0f/client/src/containers/Gallery/Gallery.js#L136 - https://github.com/silverstripe/silverstripe-asset-admin/blob/02728e1adcf5c912b3ab0d8dc64963a717139d0f/client/src/containers/Gallery/Gallery.js#L142 - https://github.com/silverstripe/silverstripe-asset-admin/blob/02728e1adcf5c912b3ab0d8dc64963a717139d0f/client/src/containers/Gallery/Gallery.js#L150

type/enhancement
affects/v5

## Description Sometimes AssetAdmin.js handleSubmitEditor() can't find the file. Ensure that we always return a file for any valid ID in TinyMCE_ssmedia. _handleInsert(). See: https://github.com/silverstripe/silverstripe-asset-admin/blob/02728e1adcf5c912b3ab0d8dc64963a717139d0f/client/src/entwine/TinyMCE_ssmedia.js#L276

type/bug
affects/v5

## Description Refactor this once Apollo GraphQL adds support for invalidating specific queries in the cache. Context: https://github.com/silverstripe/silverstripe-asset-admin/issues/809 See: https://github.com/silverstripe/silverstripe-asset-admin/blob/02728e1adcf5c912b3ab0d8dc64963a717139d0f/client/src/state/files/moveFilesMutation.js#L26-L29

type/enhancement
affects/v5

## Description Investigate should be the contents of HistoryItem Component wrapped in an `` tag. See: https://github.com/silverstripe/silverstripe-asset-admin/blob/02728e1adcf5c912b3ab0d8dc64963a717139d0f/client/src/containers/HistoryList/HistoryItem.js#L28

type/enhancement
affects/v5

## Description To determine if the history list requires a refresh we send request every 250 ms in refreshHistoryIfNeeded. > This needs a delay/throttle, so this api request tries to...

type/enhancement
affects/v5

## Description The user cannot replace the embedded media link, they must completely replace the entire embedded element. If a link is broken or the user wants to change it,...

type/enhancement
complexity/low
impact/low
affects/v4
type/UX
affects/v5

## Description It is necessary to consider possible improvements that need to be made in order to be able to run behavioral tests (only where required) in supported modules without...

type/enhancement
affects/v5

## Description New test function to find all elements by provided selector. ## Parent issue - https://github.com/silverstripe/silverstripe-admin/issues/1593

## Description ## Manual testing steps ## Issues - https://github.com/silverstripe/webpack-config/issues/69 ## Pull request checklist - [ ] The target branch is correct - See [picking the right version](https://docs.silverstripe.org/en/contributing/code/#picking-the-right-version) - [...