Projet

Général

Profil

« Précédent | Suivant » 

Révision 18ec6f48

ID18ec6f48f722a41504be0fc693cf4ab9cdbe790b
Parent e5eb7424
Enfant e4c32222, 317b8d01, ed827383, 43566263

Ajouté par tr il y a plus de 4 ans

Fix rulenames which includes an index

The rulename has a regex pattern `[/^[a-zA-Z0-9_]+-[a-zA-Z0-9_]+(\d+)?$/]`
which allows an index at the end of the rulename (with a delimiter).
This is split later with `$data = split($rulename, '
')` but the content
of the index part is never used as a fragment. Therefor the fragment was
defined twice.
This fix will add the index to the fragment name.

Fichiers

  • ajouté
  • modifié
  • copié
  • renommé
  • supprimé

Voir les différences