Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0055577 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [POS2] Core | minor | have not tried | 2024-05-24 10:18 | 2024-07-08 12:04 | |||
Reporter | AugustoMauch | View Status | public | |||||
Assigned To | meriem_azaf | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 24Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0055577: Add switch between light and dark themes as in the POS | |||||||
Description | Add switch between light and dark themes as in the POS. See https://openbravo.atlassian.net/browse/RM-13538 [^] | |||||||
Steps To Reproduce | - | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0165789) hgbot (developer) 2024-06-11 11:23 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1510 [^] |
(0165790) hgbot (developer) 2024-06-11 11:31 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2706 [^] |
(0166094) hgbot (developer) 2024-06-19 13:35 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms/-/merge_requests/218 [^] |
(0166760) hgbot (developer) 2024-07-06 13:39 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^] Changeset: 1d032d3dfef351e3815c1f2ad0a984abf6344d3b Author: Augusto Mauch <augusto.mauch@openbravo.com> Date: 06-07-2024 13:39:06 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/1d032d3dfef351e3815c1f2ad0a984abf6344d3b [^] Fixes ISSUE-55577: Adds dark/light setting in all core2 applications --- A src-db/database/model/tables/OBC2_USER_SETTING.xml A src/org/openbravo/core2/importprocess/UserSettingsLoaderProcessor.java A src/org/openbravo/core2/process/UserSettingsLoader.java A web-jspack/org.openbravo.core2/src/model/setting/hooks/UpdateUserSettings.js M src-db/database/sourcedata/AD_COLUMN.xml M src-db/database/sourcedata/AD_ELEMENT.xml M src-db/database/sourcedata/AD_FIELD.xml M src-db/database/sourcedata/AD_REFERENCE.xml M src-db/database/sourcedata/AD_REF_LIST.xml M src-db/database/sourcedata/AD_TABLE.xml M src-db/database/sourcedata/OBMOBC_SERVICES.xml M web-jspack/org.openbravo.core2/src/model/setting/Setting.js --- |
(0166761) hgbot (developer) 2024-07-06 13:39 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1510 [^] |
(0166762) hgbot (developer) 2024-07-06 13:40 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: ce99b1c37073fbd4c7352a9aa40bdd3af87d5239 Author: Augusto Mauch <augusto.mauch@openbravo.com> Date: 06-07-2024 13:40:23 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/ce99b1c37073fbd4c7352a9aa40bdd3af87d5239 [^] Fixes ISSUE-55577: Adds dark/light setting in all core2 applications --- A src-db/database/model/modifiedTables/OBC2_USER_SETTING.xml A web-jspack/org.openbravo.pos2/src/model/setting/hooks/addPos2RequestPropertiesSettings.js M src-db/database/sourcedata/AD_COLUMN.xml M src-db/database/sourcedata/AD_ELEMENT.xml M src-db/database/sourcedata/AD_FIELD.xml M src-db/database/sourcedata/AD_REFERENCE.xml M src-db/database/sourcedata/AD_REF_LIST.xml M src-db/database/sourcedata/AD_REF_TABLE.xml M src-db/database/sourcedata/AD_TAB.xml M src-db/database/sourcedata/AD_TABLE.xml M src/org/openbravo/pos2/login/TerminalTypeUserPropertiesProvider.java M src/org/openbravo/pos2/process/TerminalTypeUserConfigurationLoader.java M web-jspack/org.openbravo.pos2/src/model/setting/SettingExtension.js R web-jspack/org.openbravo.pos2/src/model/setting/hooks/UpdateTerminalTypeUserConfiguration.js --- |
(0166763) hgbot (developer) 2024-07-06 13:40 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2706 [^] |
(0166764) hgbot (developer) 2024-07-06 13:41 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms [^] Changeset: 6775c660855263a58f430b019c343cde3b8c4f58 Author: Augusto Mauch <augusto.mauch@openbravo.com> Date: 06-07-2024 13:41:34 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms/-/commit/6775c660855263a58f430b019c343cde3b8c4f58 [^] Fixes ISSUE-55577: Adds dark/light setting in all core2 applications --- A src-db/database/model/modifiedTables/M_WAREHOUSE.xml A src-db/database/model/modifiedTables/OBC2_USER_SETTING.xml A src-db/database/sourcedata/AD_COLUMN.xml A src-db/database/sourcedata/AD_ELEMENT.xml A src-db/database/sourcedata/AD_FIELD.xml A src-db/database/sourcedata/AD_TAB.xml A web-jspack/org.openbravo.ssms/src/components/Flows/MainWindow/ThemeModeSetting/ThemeModeSetting.config.json A web-jspack/org.openbravo.ssms/src/model/setting/SettingExtension.js A web-jspack/org.openbravo.ssms/src/model/setting/hooks/addSSMSRequestPropertiesSettings.js M src/org/openbravo/ssms/base/SSMSUserPropertiesProvider.java M web-jspack/org.openbravo.ssms/src/ob-init.js --- |
(0166765) hgbot (developer) 2024-07-06 13:41 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms/-/merge_requests/218 [^] |
(0166783) hgbot (developer) 2024-07-07 17:16 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 99f4adbaa2dde832a680abdae8a1becfc8da233c Author: Augusto Mauch <augusto.mauch@openbravo.com> Date: 07-07-2024 17:16:50 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/99f4adbaa2dde832a680abdae8a1becfc8da233c [^] Related to ISSUE-55577: Fixes CI --- M src-db/database/model/modifiedTables/OBC2_USER_SETTING.xml M src-db/database/sourcedata/AD_VAL_RULE.xml --- |
(0166784) hgbot (developer) 2024-07-07 17:18 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^] Changeset: d31e1ff8e30bc43000017a078551016a44186cff Author: Augusto Mauch <augusto.mauch@openbravo.com> Date: 07-07-2024 17:18:27 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/d31e1ff8e30bc43000017a078551016a44186cff [^] Related to ISSUE-55577: Fixes CI --- A src-db/database/sourcedata/AD_VAL_RULE.xml M src-db/database/model/tables/OBC2_USER_SETTING.xml --- |
(0166795) hgbot (developer) 2024-07-08 09:13 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^] Changeset: 9e4ee223afc422fbf5a92078eb7e9952dd62682d Author: Augusto Mauch <augusto.mauch@openbravo.com> Date: 08-07-2024 09:13:10 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/9e4ee223afc422fbf5a92078eb7e9952dd62682d [^] Related to ISSUE-55577: Fixes CI --- M src-db/database/sourcedata/AD_FIELD.xml --- |
(0166796) hgbot (developer) 2024-07-08 09:14 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: b1226be4a68aa50249a2a91d003901b9e24a6857 Author: Augusto Mauch <augusto.mauch@openbravo.com> Date: 08-07-2024 09:14:15 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/b1226be4a68aa50249a2a91d003901b9e24a6857 [^] Related to ISSUE-55577: Fixes CI --- M src-db/database/sourcedata/AD_FIELD.xml --- |
(0166801) hgbot (developer) 2024-07-08 12:04 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^] Changeset: 3ded105f82ff87bcf148d5a992d43fc663445d2c Author: Augusto Mauch <augusto.mauch@openbravo.com> Date: 08-07-2024 12:03:34 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/3ded105f82ff87bcf148d5a992d43fc663445d2c [^] Related to ISSUE-55577: Fixes CI by removing references to retail.posterminal --- M src-db/database/sourcedata/AD_REF_LIST.xml M src/org/openbravo/core2/importprocess/UserSettingsLoaderProcessor.java M src/org/openbravo/core2/process/UserSettingsLoader.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2024-05-24 10:18 | AugustoMauch | New Issue | |
2024-05-24 10:18 | AugustoMauch | Assigned To | => Triage Platform Base |
2024-05-24 10:18 | AugustoMauch | Triggers an Emergency Pack | => No |
2024-06-11 11:23 | hgbot | Note Added: 0165789 | |
2024-06-11 11:25 | meriem_azaf | Assigned To | Triage Platform Base => meriem_azaf |
2024-06-11 11:25 | meriem_azaf | Status | new => scheduled |
2024-06-11 11:31 | hgbot | Note Added: 0165790 | |
2024-06-19 13:35 | hgbot | Note Added: 0166094 | |
2024-07-06 13:39 | hgbot | Resolution | open => fixed |
2024-07-06 13:39 | hgbot | Status | scheduled => closed |
2024-07-06 13:39 | hgbot | Fixed in Version | => 24Q4 |
2024-07-06 13:39 | hgbot | Note Added: 0166760 | |
2024-07-06 13:39 | hgbot | Note Added: 0166761 | |
2024-07-06 13:40 | hgbot | Note Added: 0166762 | |
2024-07-06 13:40 | hgbot | Note Added: 0166763 | |
2024-07-06 13:41 | hgbot | Note Added: 0166764 | |
2024-07-06 13:41 | hgbot | Note Added: 0166765 | |
2024-07-07 17:16 | hgbot | Note Added: 0166783 | |
2024-07-07 17:18 | hgbot | Note Added: 0166784 | |
2024-07-08 09:13 | hgbot | Note Added: 0166795 | |
2024-07-08 09:14 | hgbot | Note Added: 0166796 | |
2024-07-08 12:04 | hgbot | Note Added: 0166801 | |
2024-07-19 10:17 | caristu | Relationship added | causes 0056065 |
Copyright © 2000 - 2009 MantisBT Group |