Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0044364
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Web POSminoralways2020-06-16 12:252023-08-17 15:22
ReporterrafarodaView Statuspublic 
Assigned ToAaron_Alvarez 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomigueldejuana
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0044364: Product characteristics and values are not translatable, and make API Import Characterictis support it

DescriptionThere is a need to be able to translate, as part of Core:
* "Product Charateristic" --> field 'Name'
* "Product Charateristic" --> 'Value'--> 'Transaction Value' --> Field 'Charateristic Values'
Steps To Reproduce-
Proposed SolutionUse backoffice tables with these names:
* M_Characteristic_Trl
* M_Ch_Value_Trl


Make them work in POS

and make API Import Characterictis support it
TagsFASH, NOR
Attached Filespng file icon Captura de pantalla 2022-06-13 114453.png [^] (161,101 bytes) 2022-06-13 11:45

- Relationships Relation Graph ] Dependency Graph ]
related to feature request 0043355 scheduledRetail Retail Modules Cash Management Event tab is not translatable 
related to feature request 0043356 newRetail Openbravo ERP Return reasons are not translatable 
has duplicate feature request 0052931 closedAaron_Alvarez POS2 Create tables of Characteristics and Characteristics Values translations and Modify API IMPORT Product Characteristic 
has duplicate feature request 0052854 closedRetail POS2 [Product Search] Product Characteristics to be used on POS2 should be transalated 
related to defect 0049530 closedTriage Platform Base Openbravo ERP Translation tab in Product window and Product Category only visible for user Openbravo 
related to feature request 0049531 newTriage Platform Base Openbravo ERP Product window --> Translation tab --> It allows to translate Name, but not Description 
related to feature request 0050954 closedhcurbelo Retail Modules Product Category Import API : multi-language of product categories 

-  Notes
(0141145)
marvintm (manager)
2022-09-15 09:58

This is a feature request, that should not be reported as a bug (or scheduled for the bug fixing team)
(0152150)
hgbot (developer)
2023-07-05 17:16

Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/933 [^]
(0152165)
hgbot (developer)
2023-07-06 16:18

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/163 [^]
(0152193)
hgbot (developer)
2023-07-07 13:17

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1271 [^]
(0152593)
hgbot (developer)
2023-07-18 12:03

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sampledata/-/merge_requests/64 [^]
(0152633)
hgbot (developer)
2023-07-18 14:50

Merge Request created: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata/-/merge_requests/93 [^]
(0152634)
hgbot (developer)
2023-07-18 14:51

Merge Request created: https://gitlab.com/openbravo/ci/modules/org.openbravo.retail.testsampledata/-/merge_requests/64 [^]
(0153341)
hgbot (developer)
2023-08-08 14:33

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/596 [^]
(0153553)
hgbot (developer)
2023-08-17 10:55

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 7ef8c477d7f80552aaed69aec56acc5c09917d3d
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:44:45
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/7ef8c477d7f80552aaed69aec56acc5c09917d3d [^]

Related to ISSUE-44364: Created tables, tabs and fields

- Created M_Characteristics Table
- Created M_Ch_Values_Trl table
- Add CHARACTERISTIC_DESC to M_Product_Trl table
- Added tabs and field for each table

---
A src-db/database/model/tables/M_CHARACTERISTIC_TRL.xml
A src-db/database/model/tables/M_CH_VALUE_TRL.xml
M src-db/database/model/tables/M_PRODUCT_TRL.xml
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_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
---
(0153554)
hgbot (developer)
2023-08-17 10:55

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: f066e1daf6fede12fe6f378375b46e97d0d3b21e
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:44:45
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/f066e1daf6fede12fe6f378375b46e97d0d3b21e [^]

Related to ISSUE-44364: Fix characteristicTrlList missing

---
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0153555)
hgbot (developer)
2023-08-17 10:55

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 048453e6f3e1fa1aa237ba3ee41be30df3fd4fdd
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:44:45
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/048453e6f3e1fa1aa237ba3ee41be30df3fd4fdd [^]

Related to ISSUE-44364: Fix characteristicDescription

---
M src-db/database/model/tables/M_PRODUCT_TRL.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
(0153556)
hgbot (developer)
2023-08-17 10:55

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 9e5e26a0fc47af97f2e8e6e0ee4a8150426db281
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:44:45
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/9e5e26a0fc47af97f2e8e6e0ee4a8150426db281 [^]

Related to ISSUE-44364: Added VariantChDescUpdateProcess as backgorund process

---
M src-db/database/sourcedata/AD_PROCESS.xml
M src/org/openbravo/materialmgmt/VariantChDescUpdateProcess.java
---
(0153557)
hgbot (developer)
2023-08-17 10:55

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 857299d531c6b0ac365b49baa99b943c978c365a
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:44:45
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/857299d531c6b0ac365b49baa99b943c978c365a [^]

Related to ISSUE-44364: Changed background process to schedule update description process.

- VariantChDescUpdateProcess.java Changed to normal process
- Created VariantChDescUpdateBackgroundProcess.java to launch the background process

---
A src/org/openbravo/materialmgmt/VariantChDescUpdateBackgroundProcess.java
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src/org/openbravo/materialmgmt/VariantChDescUpdateProcess.java
---
(0153558)
hgbot (developer)
2023-08-17 10:55

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: aa748fd628df8f689422c82c2efa2b13ff362773
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:44:45
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/aa748fd628df8f689422c82c2efa2b13ff362773 [^]

Related to ISSUE-44364: Fixed Language field

---
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0153559)
hgbot (developer)
2023-08-17 10:55

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 7ae987e8218fa421ca26000d8e25890589fb6981
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:44:45
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/7ae987e8218fa421ca26000d8e25890589fb6981 [^]

Related to ISSUE-44364: Fixed TRL tables not matching Oracle types

---
M src-db/database/model/tables/M_CHARACTERISTIC_TRL.xml
M src-db/database/model/tables/M_CH_VALUE_TRL.xml
---
(0153560)
hgbot (developer)
2023-08-17 10:55

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 1f461346789e17569323f0647e2c5c32c4ede9c2
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:44:45
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/1f461346789e17569323f0647e2c5c32c4ede9c2 [^]

Related to ISSUE-44364: Fixed name element

---
M src-db/database/sourcedata/AD_ELEMENT.xml
---
(0153561)
hgbot (developer)
2023-08-17 10:55

Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/933 [^]
(0153562)
hgbot (developer)
2023-08-17 10:57

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/596 [^]
(0153563)
hgbot (developer)
2023-08-17 10:57

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 5e0f79e81385d966433433ccaab3501eb39c1e69
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 09-08-2023 14:32:50
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/5e0f79e81385d966433433ccaab3501eb39c1e69 [^]

Related to ISSUE-44364: Fixed filtering product by caracteristics

---
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---
(0153564)
hgbot (developer)
2023-08-17 10:58

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 214205ed3a8fca2e521e978efa7121020fd603d8
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:45:24
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/214205ed3a8fca2e521e978efa7121020fd603d8 [^]

Related to ISSUE-44364: Added translation to eventHandlers of Product, Characteristic and CharacteristicValue

- Added a preference for this

---
A src/org/openbravo/retail/posterminal/event/CharacteristicTrlEventHandler.java
A src/org/openbravo/retail/posterminal/event/CharacteristicValueTrlEventHandler.java
A src/org/openbravo/retail/posterminal/event/ProductTrlEventHandler.java
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src/org/openbravo/retail/posterminal/master/CharacteristicProperties.java
M src/org/openbravo/retail/posterminal/master/CharacteristicValueProperties.java
M src/org/openbravo/retail/posterminal/master/ProductProperties.java
M web/org.openbravo.retail.posterminal/js/components/modalproductcharacteristic.js
M web/org.openbravo.retail.posterminal/js/model/characteristicvalue.js
---
(0153565)
hgbot (developer)
2023-08-17 10:58

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: bcf3a15c0acf6dc300335535bc86b6b6c50570c7
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:45:24
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/bcf3a15c0acf6dc300335535bc86b6b6c50570c7 [^]

Related to ISSUE-44364: Fix characteristicTrlList missing

---
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
---
(0153566)
hgbot (developer)
2023-08-17 10:58

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: b29adf2b74487e4a3040037d587165af140f9aad
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:45:24
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/b29adf2b74487e4a3040037d587165af140f9aad [^]

Related to ISSUE-44364: TranslateProducts preference changed to not active

---
M src-db/database/sourcedata/AD_PREFERENCE.xml
---
(0153567)
hgbot (developer)
2023-08-17 10:58

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 5e4947498a78baa378ed6bca3453fc7d89175e17
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:45:24
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/5e4947498a78baa378ed6bca3453fc7d89175e17 [^]

Related to ISSUE-44364: Added "name" property to maintain the order

---
M src/org/openbravo/retail/posterminal/master/CharacteristicValueProperties.java
M web/org.openbravo.retail.posterminal/js/model/characteristicvalue.js
---
(0153568)
hgbot (developer)
2023-08-17 10:58

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1271 [^]
(0153569)
hgbot (developer)
2023-08-17 10:58

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.api [^]
Changeset: cff0b7311931b78b6f3d34c2907d8832e742c323
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:45:22
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/cff0b7311931b78b6f3d34c2907d8832e742c323 [^]

Related to ISSUE-44364: Translations imports

- Added CharacteristicTrl Mapping
- Added CharacteristicValueTrl Mapping
- Added translations propertyMapping to Characteristic and CharacteristicValue

---
M src-db/database/sourcedata/OBEI_ENTITY_MAPPING.xml
M src-db/database/sourcedata/OBEI_PROP_MAP_INSTANCE.xml
---
(0153570)
hgbot (developer)
2023-08-17 10:58

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.api [^]
Changeset: cc8674218dc390fd0167ab9b64d3592798ba13f5
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:45:22
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/cc8674218dc390fd0167ab9b64d3592798ba13f5 [^]

Related to ISSUE-44364: Fix characteristicTrlList missing

---
M src-db/database/sourcedata/OBEI_ENTITY_MAPPING.xml
M src-db/database/sourcedata/OBEI_PROP_MAP_INSTANCE.xml
---
(0153571)
hgbot (developer)
2023-08-17 10:58

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.api [^]
Changeset: 8f396b13b890ccfdf17529b56ba4d102993991fe
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:45:22
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/8f396b13b890ccfdf17529b56ba4d102993991fe [^]

Related to ISSUE-44364: Fixes in product entity mapping

- Delete duplicated translations in product mapping entity
- Fixed 'comments' mapping in product mapping
- Added examples to postman example file

---
M examples/Openbravo API.postman_collection.json
M src-db/database/sourcedata/OBEI_ENTITY_MAPPING.xml
M src-db/database/sourcedata/OBEI_PROP_MAP_INSTANCE.xml
---
(0153572)
hgbot (developer)
2023-08-17 10:58

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/163 [^]
(0153573)
hgbot (developer)
2023-08-17 10:59

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sampledata [^]
Changeset: fb06c16fe73eaad42e9163bcc06a58cc9f23732c
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:45:29
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sampledata/-/commit/fb06c16fe73eaad42e9163bcc06a58cc9f23732c [^]

Related to ISSUE-44364: Added sampledata

---
M referencedata/sampledata/The_White_Valley_Group/AD_PROCESS_ACCESS.xml
---
(0153574)
hgbot (developer)
2023-08-17 10:59

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sampledata/-/merge_requests/64 [^]
(0153575)
hgbot (developer)
2023-08-17 11:06

Repository: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata [^]
Changeset: 6b8bb2c9939e12108cb18f1e83b6046d027ce873
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:45:31
URL: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata/-/commit/6b8bb2c9939e12108cb18f1e83b6046d027ce873 [^]

Related to ISSUE-44364: Added sampledata

---
M referencedata/sampledata/The_White_Valley_Group/AD_PROCESS_ACCESS.xml
---
(0153576)
hgbot (developer)
2023-08-17 11:06

Merge request merged: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata/-/merge_requests/93 [^]
(0153577)
hgbot (developer)
2023-08-17 11:06

Repository: https://gitlab.com/openbravo/ci/modules/org.openbravo.retail.testsampledata [^]
Changeset: 8356f92c50a2c52cca50edefe365b3dbef050372
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 16-08-2023 11:45:34
URL: https://gitlab.com/openbravo/ci/modules/org.openbravo.retail.testsampledata/-/commit/8356f92c50a2c52cca50edefe365b3dbef050372 [^]

Realated to ISSUE-44364: Added sampledata

---
M referencedata/sampledata/Retail_Test/AD_PROCESS_ACCESS.xml
---
(0153578)
hgbot (developer)
2023-08-17 11:06

Merge request merged: https://gitlab.com/openbravo/ci/modules/org.openbravo.retail.testsampledata/-/merge_requests/64 [^]
(0153581)
hgbot (developer)
2023-08-17 12:03

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: dc0bc58878f783dddd6d8a72a226cda565d71769
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 17-08-2023 12:01:48
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/dc0bc58878f783dddd6d8a72a226cda565d71769 [^]

Related to ISSUE-44364: Fixed wrong names in AD_FIELD.xml

---
M src-db/database/sourcedata/AD_FIELD.xml
---
(0153612)
hgbot (developer)
2023-08-17 15:22

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 24aa9a36a3b69dc7593f18095e104130bd2146ac
Author: Aaron Alvarez <aaron.alvarez@openbravo.com>
Date: 17-08-2023 15:20:48
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/24aa9a36a3b69dc7593f18095e104130bd2146ac [^]

Related to ISSUE-44364: Added missing license to VariantChDescUpdateBackgroundProcess.java

---
M src/org/openbravo/materialmgmt/VariantChDescUpdateBackgroundProcess.java
---

- Issue History
Date Modified Username Field Change
2020-06-16 12:25 rafaroda New Issue
2020-06-16 12:25 rafaroda Assigned To => Retail
2020-06-16 12:25 rafaroda Resolution time => 1595023200
2020-06-16 12:25 rafaroda Triggers an Emergency Pack => No
2020-06-16 12:25 rafaroda Issue generated from 0043355
2020-06-16 12:25 rafaroda Relationship added related to 0043355
2020-06-16 12:26 rafaroda Relationship added related to 0043356
2020-06-16 12:26 rafaroda Tag Attached: NOR
2020-09-21 08:00 marvintm Resolution time 1595023200 =>
2022-06-12 22:50 rafaroda Proposed Solution updated
2022-06-12 22:50 rafaroda Tag Attached: FASH
2022-06-13 10:22 rafaroda Relationship added related to 0049530
2022-06-13 10:22 rafaroda Relationship added related to 0049531
2022-06-13 11:45 XABIER_AGUADO Description Updated View Revisions
2022-06-13 11:45 XABIER_AGUADO File Added: Captura de pantalla 2022-06-13 114453.png
2022-09-05 12:45 sebastien_liron Type feature request => defect
2022-09-15 09:58 marvintm Note Added: 0141145
2022-09-15 09:58 marvintm Type defect => feature request
2022-11-21 11:47 rafaroda Relationship added related to 0050954
2022-11-21 11:48 rafaroda Summary Product characteristics and values are not translatable => Product characteristics and values are not translatable, and make API Import Characterictis support it
2022-11-21 11:48 rafaroda Proposed Solution updated
2023-07-05 17:16 hgbot Note Added: 0152150
2023-07-06 11:24 guillermogil Relationship added has duplicate 0052931
2023-07-06 16:18 hgbot Note Added: 0152165
2023-07-07 13:17 hgbot Note Added: 0152193
2023-07-10 12:09 adrianromero Relationship added has duplicate 0052854
2023-07-18 12:03 hgbot Note Added: 0152593
2023-07-18 14:50 hgbot Note Added: 0152633
2023-07-18 14:51 hgbot Note Added: 0152634
2023-07-21 07:57 migueldejuana Assigned To Retail => Aaron_Alvarez
2023-08-08 14:33 hgbot Note Added: 0153341
2023-08-17 10:55 hgbot Note Added: 0153553
2023-08-17 10:55 hgbot Note Added: 0153554
2023-08-17 10:55 hgbot Note Added: 0153555
2023-08-17 10:55 hgbot Note Added: 0153556
2023-08-17 10:55 hgbot Note Added: 0153557
2023-08-17 10:55 hgbot Note Added: 0153558
2023-08-17 10:55 hgbot Note Added: 0153559
2023-08-17 10:55 hgbot Note Added: 0153560
2023-08-17 10:55 hgbot Note Added: 0153561
2023-08-17 10:57 hgbot Note Added: 0153562
2023-08-17 10:57 hgbot Note Added: 0153563
2023-08-17 10:58 hgbot Note Added: 0153564
2023-08-17 10:58 hgbot Note Added: 0153565
2023-08-17 10:58 hgbot Note Added: 0153566
2023-08-17 10:58 hgbot Note Added: 0153567
2023-08-17 10:58 hgbot Note Added: 0153568
2023-08-17 10:58 hgbot Note Added: 0153569
2023-08-17 10:58 hgbot Note Added: 0153570
2023-08-17 10:58 hgbot Note Added: 0153571
2023-08-17 10:58 hgbot Note Added: 0153572
2023-08-17 10:59 hgbot Note Added: 0153573
2023-08-17 10:59 hgbot Note Added: 0153574
2023-08-17 11:06 hgbot Note Added: 0153575
2023-08-17 11:06 hgbot Note Added: 0153576
2023-08-17 11:06 hgbot Note Added: 0153577
2023-08-17 11:06 hgbot Note Added: 0153578
2023-08-17 11:11 migueldejuana Status new => scheduled
2023-08-17 11:11 migueldejuana Status scheduled => resolved
2023-08-17 11:11 migueldejuana Resolution open => fixed
2023-08-17 11:11 migueldejuana Review Assigned To => migueldejuana
2023-08-17 11:11 migueldejuana Status resolved => closed
2023-08-17 12:03 hgbot Note Added: 0153581
2023-08-17 15:22 hgbot Note Added: 0153612


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker