Project: 	
  | View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0040665 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Retail Modules] Web POS | major | always | 2019-04-24 09:41 | 2019-10-31 16:02 | |||
| Reporter | guilleaer | View Status | public | |||||
| Assigned To | guilleaer | |||||||
| Priority | normal | Resolution | fixed | Fixed in Version | RR20Q1 | |||
| Status | closed | Fix in branch | Fixed in SCM revision | |||||
| Projection | none | ETA | none | Target Version | pi | |||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | SCM revision | |||||||
| Merge Request Status | ||||||||
| Review Assigned To | marvintm | |||||||
| OBNetwork customer | No | |||||||
| Support ticket | ||||||||
| Regression level | ||||||||
| Regression date | ||||||||
| Regression introduced in release | ||||||||
| Regression introduced by commit | ||||||||
| Triggers an Emergency Pack | No | |||||||
| Summary | 0040665: [SKIN project] - Mobile APPs CSSs are loaded before dependant LIBs CSSs -- Skin CSSs should be loaded after LIBs and APPs CSSs | |||||||
| Description | CSS Styles loaded in mobile APPs are loaded before css styles of libraries. - We need to do hacks to overwrite styles defined in libraries and it shouldn't be required In the future, web POS will be skinnable. To do that external modules will generate a CSS file with the skin. This CSSs file should be loaded at the end of the css resources.  | |||||||
| Steps To Reproduce | N/A | |||||||
| Proposed Solution | N/A | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
		  Relationships		[ Relation Graph ] 
		[ Dependency Graph ] 
			 | 
||||||||
  | 
||||||||
  		Notes	 | 
|
| 
				(0111255) guilleaer (viewer) 2019-04-24 09:44 edited on: 2019-05-14 11:21  | 
	
		https://code.openbravo.com/erp/pmods-branches/org.openbravo.mobile.core-skinnable/rev/9946ea98181f [^] https://code.openbravo.com/erp/pmods-branches/org.openbravo.mobile.core-skinnable/rev/347029f4c78e [^] https://code.openbravo.com/erp/pmods-branches/org.openbravo.mobile.core-skinnable/rev/caa78736cee0 [^] https://code.openbravo.com/erp/pmods-branches/org.openbravo.retail.posterminal-skinnable/rev/e4d25e3a3043 [^] https://code.openbravo.com/erp/pmods-branches/org.openbravo.retail.posterminal-skinnable/rev/2b27859ae9f0 [^] https://code.openbravo.com/erp/pmods-branches/org.openbravo.mobile.core-skinnable/rev/62e5405d8338 [^] https://code.openbravo.com/erp/pmods-branches/org.openbravo.mobile.core-skinnable/rev/febdd1b96e69 [^] https://code.openbravo.com/erp/pmods-branches/org.openbravo.mobile.core-skinnable/rev/b82d9734080f [^]  | 
| 
				(0111650) guilleaer (viewer) 2019-05-14 07:41  | 
	Finally, after discuss with platform we have decides not to include a new type of resource for skin | 
| 
				(0114959) hgbot (developer) 2019-10-08 17:30  | 
	
		Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: e4d25e3a304318642ca6a0ff61f403e409826de2 Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Wed Apr 24 11:14:39 2019 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e4d25e3a304318642ca6a0ff61f403e409826de2 [^] [skin] Related to issue 40665: adapt index.jsp to changes done in mobile core --- M web/org.openbravo.retail.posterminal/index.jsp ---  | 
| 
				(0114960) hgbot (developer) 2019-10-08 17:30  | 
	
		Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 2b27859ae9f063c04be79e7eba522e35822c1ede Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Wed Apr 24 11:29:16 2019 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2b27859ae9f063c04be79e7eba522e35822c1ede [^] [skin] Related to issue 40665: adapt index.jsp. Remove fetch styles --- M web/org.openbravo.retail.posterminal/index.jsp ---  | 
| 
				(0114961) hgbot (developer) 2019-10-08 17:33  | 
	
		Repository: erp/pmods/org.openbravo.mobile.core Changeset: 62e5405d8338c2f4e556fa9ba291caa1a18f723a Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Wed Apr 24 16:54:57 2019 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/62e5405d8338c2f4e556fa9ba291caa1a18f723a [^] [SKIN] related to issue 40665: obmobc-main should not behave as an skin --- M src/org/openbravo/mobile/core/MobileCoreComponentProvider.java ---  | 
| 
				(0114962) hgbot (developer) 2019-10-08 17:33  | 
	
		Repository: erp/pmods/org.openbravo.mobile.core Changeset: febdd1b96e691fbd2d05f3b339a293aeaf473a55 Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Thu May 02 12:24:17 2019 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/febdd1b96e691fbd2d05f3b339a293aeaf473a55 [^] [skin] Related to issue 40665: Load skin from modules will not be implemented --- M src/org/openbravo/mobile/core/CSSResource.java M src/org/openbravo/mobile/core/MobileCoreComponentProvider.java ---  | 
| 
				(0114963) hgbot (developer) 2019-10-08 17:35  | 
	
		Repository: erp/pmods/org.openbravo.mobile.core Changeset: b82d9734080f4432c6da7a81c3af16155f684898 Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Tue May 14 10:53:56 2019 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b82d9734080f4432c6da7a81c3af16155f684898 [^] [SKIN] Related to issue 40665, add new request to cache manifest --- M src/org/openbravo/mobile/core/templates/cache-manifest.ftl ---  | 
| 
				(0114995) hgbot (developer) 2019-10-10 07:54  | 
	
		Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations Changeset: 2d375f5761ecd120ef7c2403e8185143e5811c46 Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com> Date: Thu Oct 10 07:53:50 2019 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/2d375f5761ecd120ef7c2403e8185143e5811c46 [^] Related to issue 40665: Adapt AWO to load CSS in correct order --- M web/org.openbravo.warehouse.advancedwarehouseoperations/index.jsp ---  | 
  Issue History	 | 
|||
| Date Modified | Username | Field | Change | 
| 2019-04-24 09:41 | guilleaer | New Issue | |
| 2019-04-24 09:41 | guilleaer | Assigned To | => guilleaer | 
| 2019-04-24 09:41 | guilleaer | OBNetwork customer | => No | 
| 2019-04-24 09:41 | guilleaer | Triggers an Emergency Pack | => No | 
| 2019-04-24 09:42 | guilleaer | File Added: patchPiWebPosSkin.diff | |
| 2019-04-24 09:44 | guilleaer | Status | new => scheduled | 
| 2019-04-24 09:44 | guilleaer | Note Added: 0111255 | |
| 2019-04-24 09:44 | guilleaer | Status | scheduled => resolved | 
| 2019-04-24 09:44 | guilleaer | Fixed in Version | => RR19Q3 | 
| 2019-04-24 09:44 | guilleaer | Resolution | open => fixed | 
| 2019-04-24 11:29 | guilleaer | Note Edited: 0111255 | View Revisions | 
| 2019-04-24 16:15 | guilleaer | File Added: patchPiWebPosSkin_V2.diff | |
| 2019-04-24 17:01 | guilleaer | Note Edited: 0111255 | View Revisions | 
| 2019-05-02 12:25 | guilleaer | Note Edited: 0111255 | View Revisions | 
| 2019-05-14 07:40 | guilleaer | File Deleted: patchPiWebPosSkin_V2.diff | |
| 2019-05-14 07:40 | guilleaer | File Deleted: patchPiWebPosSkin.diff | |
| 2019-05-14 07:41 | guilleaer | Note Added: 0111650 | |
| 2019-05-14 07:53 | guilleaer | Note Edited: 0111255 | View Revisions | 
| 2019-05-14 07:54 | guilleaer | Note Edited: 0111255 | View Revisions | 
| 2019-05-14 09:33 | guilleaer | Status | resolved => new | 
| 2019-05-14 09:33 | guilleaer | Resolution | fixed => open | 
| 2019-05-14 09:33 | guilleaer | Fixed in Version | RR19Q3 => | 
| 2019-05-14 09:33 | guilleaer | Status | new => scheduled | 
| 2019-05-14 09:33 | guilleaer | Summary | Mobile APPs CSSs are loaded before dependant LIBs CSSs -- Skin CSSs should be loaded after LIBs and APPs CSSs => [SKIN project] - Mobile APPs CSSs are loaded before dependant LIBs CSSs -- Skin CSSs should be loaded after LIBs and APPs CSSs | 
| 2019-05-14 11:21 | guilleaer | Note Edited: 0111255 | View Revisions | 
| 2019-10-08 17:30 | hgbot | Checkin | |
| 2019-10-08 17:30 | hgbot | Note Added: 0114959 | |
| 2019-10-08 17:30 | hgbot | Checkin | |
| 2019-10-08 17:30 | hgbot | Note Added: 0114960 | |
| 2019-10-08 17:33 | hgbot | Checkin | |
| 2019-10-08 17:33 | hgbot | Note Added: 0114961 | |
| 2019-10-08 17:33 | hgbot | Checkin | |
| 2019-10-08 17:33 | hgbot | Note Added: 0114962 | |
| 2019-10-08 17:35 | hgbot | Checkin | |
| 2019-10-08 17:35 | hgbot | Note Added: 0114963 | |
| 2019-10-09 10:30 | guilleaer | Status | scheduled => resolved | 
| 2019-10-09 10:30 | guilleaer | Fixed in Version | => RR20Q1 | 
| 2019-10-09 10:30 | guilleaer | Resolution | open => fixed | 
| 2019-10-09 10:31 | guilleaer | Relationship added | related to 0041949 | 
| 2019-10-10 07:54 | hgbot | Checkin | |
| 2019-10-10 07:54 | hgbot | Note Added: 0114995 | |
| 2019-10-31 16:02 | marvintm | Review Assigned To | => marvintm | 
| 2019-10-31 16:02 | marvintm | Status | resolved => closed | 
| Copyright © 2000 - 2009 MantisBT Group |