Skip to content

Commit

Permalink
SAK-48533 Content allow spring to handle dependency injection for con…
Browse files Browse the repository at this point in the history
…tent types (sakaiproject#11318)

* SAK-48533 Content allow spring to handle dependency injection for content types

https://sakaiproject.atlassian.net/browse/SAK-48533
  • Loading branch information
ern authored Mar 7, 2023
1 parent a058e55 commit 5b4a224
Show file tree
Hide file tree
Showing 10 changed files with 943 additions and 1,484 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4768,7 +4768,7 @@ protected void registerResourceType()
createAction.setLocalizer(
new BaseResourceAction.Localizer()
{
public String getLabel()
public String getI18nString()
{
return rb.getString("action.create");
}
Expand All @@ -4783,7 +4783,7 @@ public String getLabel()
reviseAction.setLocalizer(
new BaseResourceAction.Localizer()
{
public String getLabel()
public String getI18nString()
{
return rb.getString("action.revise");
}
Expand Down

This file was deleted.

Loading

0 comments on commit 5b4a224

Please sign in to comment.