mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
fixed comments
This commit is contained in:
@@ -2107,7 +2107,8 @@ public class InvitationServiceImpl implements InvitationService, NodeServicePoli
|
||||
workflowProps.put(WorkflowModelModeratedInvitation.WF_PROP_RESOURCE_TYPE, resourceType.toString());
|
||||
|
||||
workflowProps.put(WorkflowModelModeratedInvitation.WF_PROP_CLIENT_NAME, clientName);
|
||||
if(clientName != null && clientAppConfig.getClient(clientName) != null) {
|
||||
if(clientName != null && clientAppConfig.getClient(clientName) != null)
|
||||
{
|
||||
ClientAppConfig.ClientApp client = clientAppConfig.getClient(clientName);
|
||||
workflowProps.put(WorkflowModelModeratedInvitation.WF_TEMPLATE_ASSETS_URL, client.getTemplateAssetsUrl());
|
||||
workflowProps.put(WorkflowModelModeratedInvitation.WF_WORKSPACE_URL, client.getProperty("workspaceUrl"));
|
||||
|
@@ -1247,12 +1247,4 @@ alfresco.content.directAccessUrl.lifetimeInSec=300
|
||||
|
||||
# Creates additional indexes on alf_node and alf_transaction. Recommended for large repositories.
|
||||
system.new-node-transaction-indexes.ignored=true
|
||||
|
||||
## Sample Gmail settings
|
||||
mail.host=smtp.gmail.com
|
||||
mail.port=465
|
||||
mail.username=trainee_muraai@muraai.com
|
||||
mail.password=Welcome123
|
||||
mail.protocol=smtps
|
||||
mail.smtps.starttls.enable=true
|
||||
mail.smtps.auth=true
|
||||
|
Reference in New Issue
Block a user