Actions
Anomalie #3363
fermé[Admin] Le benchmark ne s’exécute pas si le contexte n'est pas sur le port standard (80)
Début:
10/12/2012
Echéance:
% réalisé:
100%
Temps estimé:
Version source:
Solution proposée:
Principaux fichiers impactés:
Complexité:
Contrôle:
Thème:
Régression:
Description
Il faut changer :
window.location.protocol+'//'+window.location.hostname+window.location.pathname.substr(0,window.location.pathname.indexOf('/admin/'))
par :
window.location.protocol+'//'+window.location.hostname+':'+window.location.port+'/'+window.location.pathname.substr(0,window.location.pathname.indexOf('/admin/'))
Actions
#4
Mis à jour par Éric Brison il y a presque 13 ans
- Statut changé de Nouveau à Intégré
- % réalisé changé de 0 à 100
Appliqué par commit commit:f923af0f996b123d0f6acedb770fc46a2ab1bd71.
Actions