Skip to content

Commit

Permalink
removed the Rgaa2 referential
Browse files Browse the repository at this point in the history
  • Loading branch information
dzc34 committed Aug 6, 2016
1 parent 0efe24a commit 62720e2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,6 @@ public ListBoxModel doFillRefAndLevelItems(@QueryParameter String selection) {
new Option("Accessiweb2.2 : Bronze", "Aw22;Bz"),
new Option("Accessiweb2.2 : Argent", "Aw22;Ar"),
new Option("Accessiweb2.2 : Or", "Aw22;Or"),
new Option("Rgaa2.2 : A", "Rgaa22;Bz"),
new Option("Rgaa2.2 : AA", "Rgaa22;Ar"),
new Option("Rgaa2.2 : AAA", "Rgaa22;Or"),
new Option("Rgaa3 : A", "Rgaa30;Bz"),
new Option("Rgaa3 : AA", "Rgaa30;Ar"),
new Option("Rgaa3 : AAA", "Rgaa30;Or")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ mandatoryFields=The fields with an asterisk (*) are required.
scenarioName=* Scenario Name
scenario=* Scenario
refAndLevel=* Referential and Level
Rgaa22;LEVEL_1=Rgaa 2.2 : A
Rgaa22;LEVEL_2=Rgaa 2.2 : AA
Rgaa22;LEVEL_3=Rgaa 2.2 : AAA
Rgaa30;LEVEL_1=Rgaa 3.0 : A
Rgaa30;LEVEL_2=Rgaa 3.0 : AA
Rgaa30;LEVEL_3=Rgaa 3.0 : AAA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ mandatoryFields=The fields with an asterisk (*) are required.
scenarioName=* Scenario Name
scenario=* Scenario
refAndLevel=* Referential and Level
Rgaa22;LEVEL_1=Rgaa 2.2 : A
Rgaa22;LEVEL_2=Rgaa 2.2 : AA
Rgaa22;LEVEL_3=Rgaa 2.2 : AAA
Rgaa30;LEVEL_1=Rgaa 3.0 : A
Rgaa30;LEVEL_2=Rgaa 3.0 : AA
Rgaa30;LEVEL_3=Rgaa 3.0 : AAA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ mandatoryFields=Les champs pr\u00e9c\u00e9d\u00e9s d''une ast\u00e9risque (*) so
scenarioName=* Nom du sc\u00e9nario
scenario=* Sc\u00e9nario
refAndLevel=* R\u00e9ferentiel et niveau
Rgaa22;LEVEL_1=Rgaa 2.2 : A
Rgaa22;LEVEL_2=Rgaa 2.2 : AA
Rgaa22;LEVEL_3=Rgaa 2.2 : AAA
Rgaa30;LEVEL_1=Rgaa 3.0 : A
Rgaa30;LEVEL_2=Rgaa 3.0 : AA
Rgaa30;LEVEL_3=Rgaa 3.0 : AAA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ BEGIN
SELECT LAST_INSERT_ID() INTO contractId;
INSERT IGNORE INTO `TGSI_CONTRACT_REFERENTIAL` (`CONTRACT_Id_Contract`, `REFERENTIAL_Id_Referential`) VALUES
(contractId,(select Id_Referential FROM TGSI_REFERENTIAL WHERE Code like 'Aw22') );
INSERT IGNORE INTO `TGSI_CONTRACT_REFERENTIAL` (`CONTRACT_Id_Contract`, `REFERENTIAL_Id_Referential`) VALUES
(contractId,(select Id_Referential FROM TGSI_REFERENTIAL WHERE Code like 'Rgaa22'));
INSERT IGNORE INTO `TGSI_CONTRACT_REFERENTIAL` (`CONTRACT_Id_Contract`, `REFERENTIAL_Id_Referential`) VALUES
(contractId,(select Id_Referential FROM TGSI_REFERENTIAL WHERE Code like 'Rgaa30'));
INSERT IGNORE INTO `TGSI_CONTRACT_FUNCTIONALITY` (`CONTRACT_Id_Contract`, `FUNCTIONALITY_Id_Functionality`) VALUES
Expand Down

0 comments on commit 62720e2

Please sign in to comment.