Développement #68102
js, supporter une ancre dans l'URL pour indiquer l'onglet à ouvrir
Start date:
10 August 2022
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
No
Description
Simple intégration de ce qu'a fait Lauréline dans chrono #65653, j'en ai besoin dans authentic.
Files
Associated revisions
History
Updated by Valentin Deniaud over 2 years ago
- File 0001-js-focus-tab-according-to-anchor-in-URL-68102.patch 0001-js-focus-tab-according-to-anchor-in-URL-68102.patch added
- Status changed from Nouveau to Solution proposée
- Patch proposed changed from No to Yes
Updated by Lauréline Guérin over 2 years ago
pour combo, $('.pk-tabs')[0]
va échouer (on a plusieurs systèmes d'onglets sur la page d'édition d'une page, un par cellule)
Faire plutôt un truc comme: $tab_button.parents('.pk-tabs')[0].tabs.selectTab($tab_button[0]);
Updated by Frédéric Péters over 2 years ago
- Status changed from Solution proposée to Solution validée
Updated by Valentin Deniaud over 2 years ago
- Status changed from Solution validée to Résolu (à déployer)
commit be968f5841cb38f8c362fdab0fc38e5c1a4c0d66 Author: Valentin Deniaud <vdeniaud@entrouvert.com> Date: Wed Aug 10 16:35:14 2022 +0200 js: focus tab according to anchor in URL (#68102)
Updated by Transition automatique over 2 years ago
- Status changed from Résolu (à déployer) to Solution déployée
js: focus tab according to anchor in URL (#68102)