Skip to content

Fix/save attachment#19

Open
NickEngineer wants to merge 14 commits into
exo-addons:masterfrom
pnedonosko:fix/saveAttachment
Open

Fix/save attachment#19
NickEngineer wants to merge 14 commits into
exo-addons:masterfrom
pnedonosko:fix/saveAttachment

Conversation

@NickEngineer

Copy link
Copy Markdown

No description provided.

…al alignment for icons of the field in Destination folder block (.currentFolder)
<name>link-configuration</name>
<property name="server-host" value="${outlook.exo.server.host:}" />
<property name="server-schema" value="${outlook.exo.server.schema:http}" />
<property name="server-host" value="${outlook.exo.server.host:nik.exoplatform.com.ua}" />

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like this should not be committed in generally used code

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

<property name="server-host" value="${outlook.exo.server.host:nik.exoplatform.com.ua}" />
<property name="server-schema" value="${outlook.exo.server.schema:https}" />
</properties-param>
</init-params -->

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this change to commented block - it should work without it.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Comment thread webapp/src/main/webapp/skin/outlook.css Outdated
.connections {
position: relative;
transition: 2s;
position: relative;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid reformatting where fixing one or two lines only. This mislead when need merge or backport to stable codebase.

<pathOpenDescription>Open in new window</pathOpenDescription>
<savingAttachment>Saving your files...</savingAttachment>
<savedAttachment>Your files were successfully saved</savedAttachment>
<savedAttachment>Your files were successfully saved in</savedAttachment>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already have i18n string for in text - <in>in</in>, is it not used? This text should not be changed and if but not this way to fix it.

@NickEngineer NickEngineer Dec 23, 2019

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<in>in</in> isn't used anywhere (about savedAttachment context). That's why the "in" added here.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@pnedonosko pnedonosko closed this Jan 14, 2020
@pnedonosko pnedonosko reopened this Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants