Skip to content

Commit

Permalink
Improved mail bar for new field
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszkrzaczkowski committed Dec 6, 2017
1 parent 5750886 commit 64282d2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions plugins/yetiforce/preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#ytActionBarContent .col{
padding-left: 4px;
}
#ytActionBarContent .col-4{
width: 33.33333333%;
#ytActionBarContent .col-3{
width: 25%;
min-height: 1px;
float: left;
position: relative;
Expand Down Expand Up @@ -63,7 +63,7 @@
line-height: 11px;
margin-left: 3px;
padding: 0px 6px;
height: 18px;
height: 14px;
}
#ytActionBarContent .pull-right button .glyphicon{
top: 0;
Expand Down
3 changes: 1 addition & 2 deletions plugins/yetiforce/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function showQuickCreateForm(moduleName, record, params) {
$('<input type="hidden" name="sourceRecord" value="' + record + '" />').appendTo(data);
$('<input type="hidden" name="relationOperation" value="true" />').appendTo(data);
}
var ids = {link: 'modulesLevel0', process: 'modulesLevel1', subprocess: 'modulesLevel2'};
var ids = {link: 'modulesLevel0', process: 'modulesLevel1', subprocess: 'modulesLevel2', linkextend: 'modulesLevel3'};
for (var i in ids) {
var element = content.find('#' + ids[i]);
var value = element.length ? JSON.parse(element.val()) : [];
Expand Down Expand Up @@ -256,7 +256,6 @@ function showQuickCreateForm(moduleName, record, params) {
var postQuickCreate = function (data) {
loadActionBar();
}

relatedParams['sourceModule'] = sourceModule;
relatedParams['sourceRecord'] = record;
relatedParams['relationOperation'] = true;
Expand Down
2 changes: 1 addition & 1 deletion plugins/yetiforce/preview.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/yetiforce/preview.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
return [
'patch' => '2017.11.09',
'version' => '0.0.36'
'patch' => '2017.12.06',
'version' => '0.0.37'
];

0 comments on commit 64282d2

Please sign in to comment.