Skip to content

Commit

Permalink
[JENKINS-31162] The category ID has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Apr 6, 2016
1 parent d1c1011 commit b2a21e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/hudson/model/ExternalJob.java
Expand Up @@ -130,7 +130,7 @@ public String getDisplayName() {
* @return A string it represents a ItemCategory identifier.
*/
public String getCategoryId() {
return "standaloneprojects";
return "standalone-projects";
}

/**
Expand Down
Expand Up @@ -24,7 +24,5 @@ THE SOFTWARE.

<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core">
<div>
<j:out value="${it.description}"/>
</div>
</j:jelly>

0 comments on commit b2a21e0

Please sign in to comment.