Projet

Général

Profil

Actions

Support #9120

fermé

GED - Possibilité de renommer un dossier par un autre par lot

Ajouté par Marc Avenel il y a environ 7 ans. Mis à jour il y a environ 7 ans.

Statut:
Closed
Priorité:
Normal
Assigné à:
Version cible:
-
Début:
03/10/2017
Echéance:
% réalisé:

100%

Temps estimé:
Navigateur:
Firefox
Votre version de Silverpeas:
5.15.6
Système d'exploitation:
Livraison en TEST:
Livraison en PROD:

Description

Dans un GED avec des dossiers

PRODUCTION

> 1. Recruitement
> 2. Notify of Action
> New Employee
>Change situation

LABORATORY

> 1. Recruitement
> 2. Notify of Action
> New Employee
>Change situation

ENGINE

....
je voudrais changer en 1 fois tous les dossiers "Notify of Action" par Notfication of Action"
Est-ce possible ?
Merci

Mis à jour par David Lesimple il y a environ 7 ans

  • Statut changé de New à Feedback
  • Assigné à mis à David Lesimple

Ce n'est possible que par requête SQL directement en base de données.

Mis à jour par Marc Avenel il y a environ 7 ans

Ca je m'en doutais bien, mais pour cela que j'ai ouvert un ticket Support.
c'est pour avoir la requête pour gérer ce type d'erreur .
d'avance merci

Mis à jour par David Lesimple il y a environ 7 ans

  • Statut changé de Feedback à In progress...

Mis à jour par David Lesimple il y a environ 7 ans

  • % réalisé changé de 0 à 100

Vérification du nombre d'éléments à modifier :
Remplacer kmeliaXXXX par l'instance de la GED à modifier

select * from sb_node_node where nodename='Notify of Action' where instanceid='kmeliaXXXX';

select * from sb_node_nodei18n where nodename='Notify of Action' and nodeid in (select nodeid from sb_node_node where instanceid='kmeliaXXXX');

Si le nombre retourné est cohérent, la requête pour mettre à jour est :
Remplacer la aussi kmeliaXXXX par l'instance de la GED à modifier

update sb_node_node set nodename='Notification of Action' where nodename='Notify of Action' and instanceid='kmeliaXXXX';

update sb_node_nodei18n set nodename='Notification of Action' where nodename='Notify of Action' and nodeid in (select nodeid from sb_node_node where instanceid='kmeliaXXXX');

Mis à jour par Marc Avenel il y a environ 7 ans

  • Statut changé de In progress... à Closed

Clos. Merci

Actions

Formats disponibles : Atom PDF