a2lix / TranslationFormBundle

Ease translations with some dedicated Symfony form types
https://a2lix.fr/bundles/translation-form
MIT License
330 stars 140 forks source link

fix: using href="#*" spams browser history #390

Closed karrakoliko closed 5 months ago

karrakoliko commented 5 months ago

I am targeting this branch, because i don't see these files in 2.x.

Closes #389

Changelog


### Added

### Changed
Replaced `<a href="*">` to `<div data-bs-target="*">`

### Deprecated

### Removed

### Fixed

### Security

To do

Subject

karrakoliko commented 5 months ago

@webda2l done