Merge branch 'stable-2.14'

* stable-2.14:
  Fix java.lang.ArrayIndexOutOfBoundsException when checking for parent
  ProjectTagsScreen: Fix title of revision field for new tag
  Fix cyclic dependency when using site_path from system_config table

Change-Id: I1f4ed09818885284b9686d38705a20cf21cfce23
This commit is contained in:
Paladox
2017-06-14 14:56:09 +01:00
5 changed files with 8 additions and 3 deletions

View File

@@ -181,6 +181,8 @@ public interface AdminConstants extends Constants {
String initialRevision();
String revision();
String buttonAddBranch();
String buttonDeleteBranch();