Skip to content

Commit fbf89f4

Browse files
committed
Bug #14770
When checking a notification about a contribution change has to be triggered, the case of a new form is now taken into account (it was previously discarded).
1 parent 789d873 commit fbf89f4

File tree

1 file changed

+2
-2
lines changed
  • kmelia/kmelia-war/src/main/webapp/kmelia/jsp

1 file changed

+2
-2
lines changed

kmelia/kmelia-war/src/main/webapp/kmelia/jsp/xmlForm.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
boolean isOwner = kmeliaScc.getSessionOwner();
6363
%>
6464
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
65-
<html xmlns="http://www.w3.org/1999/xhtml">
65+
<html xmlns="http://www.w3.org/1999/xhtml" lang="<%= currentLang %>">
6666
<head>
6767
<title></title>
6868
<view:looknfeel/>
@@ -74,7 +74,7 @@
7474
}
7575
7676
function isCorrectForm() {
77-
var result = false;
77+
let result = false;
7878
ifCorrectFormExecute(function() {
7979
result = true;
8080
});

0 commit comments

Comments
 (0)