Skip to content

Commit

Permalink
fix for selecting language via gui by user with preferred language (M…
Browse files Browse the repository at this point in the history
…ID-7380)
  • Loading branch information
skublik committed Oct 29, 2021
1 parent cee0b93 commit f06b1a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class GuiProfileCompiler {
@Qualifier("cacheRepositoryService")
private RepositoryService repositoryService;

public void compileUserProfile(GuiProfiledPrincipal principal, PrismObject<SystemConfigurationType> systemConfiguration, AuthorizationTransformer authorizationTransformer, Task task, OperationResult result)
public void compileFocusProfile(GuiProfiledPrincipal principal, PrismObject<SystemConfigurationType> systemConfiguration, AuthorizationTransformer authorizationTransformer, Task task, OperationResult result)
throws SchemaException, CommunicationException, ConfigurationException, SecurityViolationException,
ExpressionEvaluationException, ObjectNotFoundException {

Expand Down

0 comments on commit f06b1a1

Please sign in to comment.