diff --git a/src/components/ADempiere/Field/chatTextLong.vue b/src/components/ADempiere/Field/chatTextLong.vue
index 7d04ca37..5a347f4a 100644
--- a/src/components/ADempiere/Field/chatTextLong.vue
+++ b/src/components/ADempiere/Field/chatTextLong.vue
@@ -137,7 +137,7 @@ export default {
})
},
preHandleChange(value) {
- var comment = this.editor.getHtml(value)
+ var comment = value
if (this.clean) {
this.$store.dispatch('setchatText', comment)
.then((responseComment) => {
diff --git a/src/views/ADempiere/Window/index.vue b/src/views/ADempiere/Window/index.vue
index 77a4865b..c8bff0c0 100644
--- a/src/views/ADempiere/Window/index.vue
+++ b/src/views/ADempiere/Window/index.vue
@@ -15,7 +15,7 @@
-
+
-
-
+
+
+
+
+
+
+ {{ $t('window.containerInfo.notes') }}
+
+
+
+
+
+
+
+
+ {{ $t('window.containerInfo.changeLog') }}
+
+
+
+
+
+
+
+
+ {{ $t('window.containerInfo.workflowLog') }}
+
+
+
+
+
+
+
+
+
+
@@ -340,8 +385,14 @@ export default {
overflow: 'hidden'
}
},
+ styleTableNavigation() {
+ if (this.isShowedRecordNavigation && (this.isMobile)) {
+ return 'open-datatable-aside-mobile'
+ }
+ return 'open-datatable-aside'
+ },
splitAreaStyle() {
- if (this.isShowedTabsChildren) {
+ if (this.isShowedTabsChildren || (this.isMobile)) {
return {
overflow: 'auto'
}
@@ -623,6 +674,13 @@ export default {
z-index: 5;
right: 1%!important;
}
+ .open-datatable-aside-mobile {
+ position: absolute;
+ top: 41%;
+ display: grid;
+ z-index: 5;
+ right: 1%!important;
+ }
.close-datatable {
position: absolute;
top: 45%;