Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AppsDevTeam/fancyadmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: AppsDevTeam/fancyadmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 1 file changed
  • 3 contributors

Commits on Jun 30, 2026

  1. fix(sidePanel): reset dirty stav už v before fázi odeslání panel form…

    …uláře
    
    Potvrzovací dialog "Opravdu zavřít bez uložení?" vyskakoval i po úspěšném
    odeslání formuláře v side panelu (např. export se stažením souboru nebo
    přes background queue), protože dirty stav se resetoval až ve "success"
    fázi sidePanelDirty – jenže submitForm.success stihne panel zavřít dřív
    (zavolá downloadFile → klik na .btn-close → tryClose) a navíc odpověď
    nemusí vracet snippet panelu (JSON se souborem / redirect).
    
    Reset proto děláme už v "before" fázi pro formuláře uvnitř panelu;
    při validační chybě (hasErrors) ho v success vrátíme zpět.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    tkorcina and claude committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    5f74f69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from AppsDevTeam/fix/sidepanel-dirty-close-con…

    …firm
    
    fix(sidePanel): reset dirty stav už v before fázi odeslání panel form…
    thorewi authored Jun 30, 2026
    Configuration menu
    Copy the full SHA
    5ebd9c3 View commit details
    Browse the repository at this point in the history
Loading