Skip to content

Commit

Permalink
Fixed #2550
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigo17 committed Nov 28, 2024
1 parent af7702c commit 8afe840
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions source/src/main/resources/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6583,3 +6583,7 @@ UPDATE application SET BugTrackerConnector='NONE' where BugTrackerConnector ='';
-- 1871-1872
UPDATE application SET `System`=REPLACE(`System`, '%40', '@');
UPDATE testcase SET `UsrModif`=REPLACE(REPLACE(`UsrModif`, '@', '@'), '%40', '@'), `UsrCreated`=REPLACE(REPLACE(`UsrCreated`, '@', '@'), '%40', '@');

-- 1873
UPDATE testcasecountryproperties SET `Type` = 'getFromHtml' WHERE `Type` = 'getFromHTML';

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include::include/{lang}/{file-to-include}[]
:file-to-include: howto_property_text_random_{lang}.adoc
include::include/{lang}/{file-to-include}[]

== Get information from Web Page (getFromHTML)
== Get information from Web Page (getFromHtml)
:file-to-include: howto_property_html_{lang}.adoc
include::include/{lang}/{file-to-include}[]

Expand Down

0 comments on commit 8afe840

Please sign in to comment.