Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/save attachment #19

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

NickEngineer
Copy link

No description provided.

…al alignment for icons of the field in Destination folder block (.currentFolder)
<properties-param>
<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
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
Author

Choose a reason for hiding this comment

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

Fixed

</properties-param>
</init-params -->
Copy link
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
Author

Choose a reason for hiding this comment

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

Fixed

@@ -823,10 +828,14 @@ textarea[name='activityTitle'], textarea[name='comment'] {
}

.connections {
position: relative;
transition: 2s;
position: relative;
Copy link
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.

@@ -58,7 +58,7 @@
<pathAddDescription>Create a new folder</pathAddDescription>
<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
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.

Copy link
Author

@NickEngineer NickEngineer Dec 23, 2019

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
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