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 "
|
||||
+ "end asc");
|
||||
} else {
|
||||
publications.addOrder("case when ((authors is null) "
|
||||
+ "or (char_length(authors) = 0)) "
|
||||
publications.addOrder("case when (authors is null) "
|
||||
+ "then 'zzzz' "
|
||||
+ "else authors "
|
||||
+ "end asc");
|
||||
|
|
@ -194,8 +193,7 @@ public class SciDepartmentPublicationsTab implements GenericOrgaUnitTab {
|
|||
+ "else authorGivenname "
|
||||
+ "end asc");
|
||||
} else {
|
||||
publications.addOrder("case when ((authors is null) "
|
||||
+ "or (char_length(authors) = 0)) "
|
||||
publications.addOrder("case when (authors is null) "
|
||||
+ "then 'zzzz' "
|
||||
+ "else authors "
|
||||
+ "end asc");
|
||||
|
|
|
|||
Loading…
Reference in New Issue