ru.coon 3.0.34 → 3.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # Version 3.0.35, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/7a19e14dc7ee05b45d26a463a8231def99b9eeac)
2
+ * ## Fixes
3
+ * <span style='color:red'>NEVA-947 fix UiCustomPanel reloadFrame</span> ([0e8fac], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/0e8fac5d472e8eb77bfedc36c6e5f98b01527cf7))
4
+
5
+ * update: CHANGELOG.md ([6bfdcc], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/6bfdccad05e8a93c63771b026f19942c09e16c94))
6
+
1
7
  # Version 3.0.34, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/8a5a139a0d175b04071d997f3148975b245f2204)
2
8
  * ## Fixes
3
9
  * <span style='color:red'>HT-12713: fix viewModel create in UiCustomPanel</span> ([4327d0], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/4327d004933254cb409ca0f97a7194155542e1ea))
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "ru.coon"
5
5
  },
6
6
  "description": "",
7
- "version": "3.0.34",
7
+ "version": "3.0.35",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+http://gitlab-dbr.sigma-it.local/dbr/ru.coon"
@@ -43,7 +43,7 @@ Ext.define('Coon.uielement.component.settings.UiCustomPanelEditorController', {
43
43
  },
44
44
 
45
45
  isMyMessage(event) {
46
- return event.source.frameElement && this.getView().getEl().getById(event.source.frameElement.id) || this.newPageRef;
46
+ return event.source.frameElement && this.getView().down(`[frameName=${event.source.frameElement.name}]`) || this.newPageRef;
47
47
  },
48
48
 
49
49
  init(view) {
package/src/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  Ext.define('Coon.version', {
2
2
  singleton: true,
3
- number: '3.0.34',
3
+ number: '3.0.35',
4
4
  });
package/core-uls.d2 DELETED
@@ -1,12 +0,0 @@
1
- login phase: {
2
- /info
3
- /revision\.json
4
- /login
5
- /generateCSRFToken
6
- }
7
-
8
- read navigation menu: {|`
9
- - /ReportFormData/get -> reportId.MENU_ALLITEMS
10
- - /ReportFormData/get -> reportId.MENU_PROFILE
11
- `|
12
- }
package/core-urls.json DELETED
@@ -1,54 +0,0 @@
1
- {
2
- "loginPhase": [
3
- "/info",
4
- "/revision.json",
5
- "/login",
6
- "/generateCSRFToken"
7
- ],
8
- "readNavMenu": [
9
- { "url": "/ReportFormData/get", "params": "reportId:MENU_ALLITEMS" },
10
- { "url": "/ReportFormData/get", "params": "reportId.MENU_PROFILE" }
11
- ],
12
- "uiElement": [
13
- "/UIElement/get",
14
- "/UIElement/copy",
15
- "/UIElement/delete",
16
- "/UIElement/version/revision/get",
17
- "/UIElement/version/get",
18
- "/UIElement/save",
19
- "/UIElement/import",
20
- "/UIElement/editor/import",
21
- "/UIElement/getNameProperties"
22
- ],
23
- "report": [
24
- "/ReportConfiguration/get",
25
- "/ReportConfiguration/delete",
26
- "/ReportFormData/get",
27
- "/ReportFormData/getCSVReport",
28
- "/ReportFormData/getExcelFromRowsOrReport",
29
- "/ReportFormData/getExcelReport",
30
- "/ReportFormData/getPdfReport",
31
- "/ReportFormData/getReportSqlText",
32
- "/ReportField/get",
33
- "/Report/version/get",
34
- "/Report/version/revision/get",
35
- "/ReportFormMaintenance/save"
36
- ],
37
- "common": [
38
- "/personification/personify",
39
- "/configurationProperty/get",
40
- "/configurationProperty/getAllPropertiesWithDefault",
41
- "/configurationProperty/save"
42
- ],
43
- "entities": [
44
- "/externalSystem/proxy/SWE/LookUpService/getLookUpList.do",
45
- "/externalSystem/proxy/SWE/AlgoritmChainBind/get.do",
46
- "/externalSystem/proxy/SWE/CharacteristicList/get.do",
47
- "/externalSystem/proxy/SWE/CharacteristicList/getAll.do",
48
- "externalSystem/proxy/SWE/Entity/getWithAllCharacteristicsByGroups.do",
49
- "/externalSystem/proxy/SWE/Entity/save.do",
50
- "/externalSystem/proxy/SWE/EntityGroup/saveCharacters.do",
51
- "/externalSystem/proxy/SWE/CharacteristicList/save.do",
52
- "externalSystem/proxy/SWE/AlgoritmChainBind/save.do"
53
- ]
54
- }