Actions
Bug #5343
closed
Anomalie d'affichage suite à la suppression du Chef de Projet
Start date:
02/28/2014
Due date:
% Done:
0%
Estimated time:
Navigateur:
Firefox
Votre version de Silverpeas:
5.13.1
Système d'exploitation:
Linux
Votre base de données:
MS SQL Server
Livraison en TEST:
Livraison en PROD:
Description
Scénario de l'anomalie:
- Se connecter sur une application de type "Gestion de projet" qui possède un utilisateur avec le rôle Chef de Projet
- Initialiser le projet
- Dans l'administration de l'application, veuillez supprimer l'ensemble des utilisateurs présent pour le rôle Chef de Projet
- Visualiser l'onglet "Projet"
Résultat obtenu : On obtient une page avec des erreurs:
"); Une erreur s'est produite à la ligne: 113 dans le fichier jsp: /projectManager/jsp/projectView.jsp The method getAuthor() is undefined for the type SimpleDocument 110: String title = attachmentDetail.getTitle(); 111: String info = attachmentDetail.getDescription(); 112: String author = ""; 113: if (attachmentDetail.getAuthor() != null && attachmentDetail.getAuthor().length() > 0) { 114: author = " " + attachmentDetail.getAuthor() + ""; 115: } 116: out.println(""); Une erreur s'est produite à la ligne: 114 dans le fichier jsp: /projectManager/jsp/projectView.jsp The method getAuthor() is undefined for the type SimpleDocument 111: String info = attachmentDetail.getDescription(); 112: String author = ""; 113: if (attachmentDetail.getAuthor() != null && attachmentDetail.getAuthor().length() > 0) { 114: author = " " + attachmentDetail.getAuthor() + ""; 115: } 116: out.println(""); 117: out.println(""); Une erreur s'est produite à la ligne: 113 dans le fichier jsp: /projectManager/jsp/projectView.jsp The method getAuthor() is undefined for the type SimpleDocument 110: String title = attachmentDetail.getTitle(); 111: String info = attachmentDetail.getDescription(); 112: String author = ""; 113: if (attachmentDetail.getAuthor() != null && attachmentDetail.getAuthor().length() > 0) { 114: author = " " + attachmentDetail.getAuthor() + ""; 115: } 116: out.println(""); Une erreur s'est produite à la ligne: 114 dans le fichier jsp: /projectManager/jsp/projectView.jsp The method getAuthor() is undefined for the type SimpleDocument 111: String info = attachmentDetail.getDescription(); 112: String author = ""; 113: if (attachmentDetail.getAuthor() != null && attachmentDetail.getAuthor().length() > 0) { 114: author = " " + attachmentDetail.getAuthor() + ""; 115: } 116: out.println(""); 117: out.println(" 0) { 114: author = " " + attachmentDetail.getAuthor() + ""; 115: } 116: out.println(" \"\" 0) { 114: author = " " + attachmentDetail.getAuthor() + ""; 115: } 116: out.println(" \"\" Erreur du forward de la page
Updated by Anonymous over 9 years ago
- Related to Bug #7080: Impossible d'afficher le détail Projet (erreur JSP) added
Updated by Anonymous over 9 years ago
- Status changed from New to Resolved
- Assignee set to Anonymous
- Target version set to Version 5.14.5
Identique à l'anomalie #7080 qui est maintenant corrigée.
Updated by Miguel Moquillon over 9 years ago
- Status changed from Resolved to Integration in progress...
Updated by Miguel Moquillon over 9 years ago
- Status changed from Integration in progress... to Closed
Intégré en 5.14.5, 5.15 et 6.0.
Actions