Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

REV-12050 fetch correct actions while searching#68

Merged
BadChoice merged 1 commit intomasterfrom
bugfix/REV-12050-display-correct-actions-while-searching
Oct 9, 2023
Merged

REV-12050 fetch correct actions while searching#68
BadChoice merged 1 commit intomasterfrom
bugfix/REV-12050-display-correct-actions-while-searching

Conversation

@MartiSalaMorral
Copy link

Small refactors removing some jquery
@linear
Copy link

linear bot commented Jul 7, 2023

REV-12050 Error en intentar moure productes de categoria al compte UDON de SOLO

Quin problema soluciona

En intentar moure productes de categoria en el compte UDON de SOLO, apareix error 500, des de staging apareix l'error adjunt

Imatge o Vídeo que ajudi a entendre la tasca

image.png

Com el solucionarem

A quina Branca s'ha de desenvolupar

@BadChoice BadChoice merged commit 2286a4b into master Oct 9, 2023

function toggleSelectAll(checkbox){
$("input[name^=selected]").prop('checked', checkbox.checked);
console.log([...document.querySelectorAll('input[name^=selected]')]);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!


registerActionPopupListeners()

window.addEventListener('thrust.searchStarted', () => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

te sentit passar-li si te resource child o no per registrar (o no) els events?

public function index($resourceName)
{
$resource = Thrust::make($resourceName);
if(request('search') && $resource::$searchResource) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fer una funcio $resource->searchActions() i que si te searchResource torni les del fill

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants