-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: master
Are you sure you want to change the base?
Conversation
…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}" /> |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 --> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
…he max block height - 100vh) and related trial message block (raised by 35 px).
…sync; corrected page content edit for Convert -> to Wiki and Convert -> to Discussion; refactored code
…he message body block (content))
…avoid scrolling with other elements)
…en text tags added, blocks aligement (contacts) and vertical scroll bar corrected)
No description provided.