BugFixes
git-svn-id: https://svn.libreccm.org/ccm/trunk@1317 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
819753491b
commit
0ccb82699f
|
|
@ -123,8 +123,7 @@ public class SciDepartmentPublicationsTab implements GenericOrgaUnitTab {
|
||||||
+ "else authorGivenname "
|
+ "else authorGivenname "
|
||||||
+ "end asc");
|
+ "end asc");
|
||||||
} else {
|
} else {
|
||||||
publications.addOrder("case when ((authors is null) "
|
publications.addOrder("case when (authors is null) "
|
||||||
+ "or (char_length(authors) = 0)) "
|
|
||||||
+ "then 'zzzz' "
|
+ "then 'zzzz' "
|
||||||
+ "else authors "
|
+ "else authors "
|
||||||
+ "end asc");
|
+ "end asc");
|
||||||
|
|
@ -194,8 +193,7 @@ public class SciDepartmentPublicationsTab implements GenericOrgaUnitTab {
|
||||||
+ "else authorGivenname "
|
+ "else authorGivenname "
|
||||||
+ "end asc");
|
+ "end asc");
|
||||||
} else {
|
} else {
|
||||||
publications.addOrder("case when ((authors is null) "
|
publications.addOrder("case when (authors is null) "
|
||||||
+ "or (char_length(authors) = 0)) "
|
|
||||||
+ "then 'zzzz' "
|
+ "then 'zzzz' "
|
||||||
+ "else authors "
|
+ "else authors "
|
||||||
+ "end asc");
|
+ "end asc");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue