Wondering if anyone is aware of a UI bug with creating new facilities? From a clean install of OFBiz…
The work-around for this, after studying the URL paths, is to navigate to: https://{OFBiz site URL}/facility/control/CreateFacility That gets you to the correct create facility form, where you can create your first facility. Once you created the first one, then you can get to a Create New Facility button, via the Facility Selection form on the Facilities sub-tab. Here is a screenshot of the offending UI: This is what is should look like: Thanks, Tim Boyden |
Administrator
|
Yes this has been discussed (many times), here is the last take at it http://markmail.org/message/tbn7mn753x27snn7
The right thing to do would be to revert or refactor r734037 but as I said in OFBIZ-5321 not an easy task and not a priority BTW the right link to use is facility/control/EditFacility I think for now I'll complete my comment for the case when there is no facility at all by giving a link to facility/control/EditFacility Thanks Jacques Le 15/12/2017 à 19:22, Boyden, Timothy a écrit : > > Wondering if anyone is aware of a UI bug with creating new facilities? > > From a clean install of OFBiz… > > * Go to Facility tab > * The main page that comes up is a Facility search form > o When there have been no facilities added yet, the Facility ID box is empty, and, of course, no Facilities are found. > o The button on this form points to creating a new Facility Group, and not a new Facility > * Go to Facility Groups sub-tab > * Click on default _/NA/_ group > * Click on Facilities sub-tab > o This form is similar to what you see the first time clicking on the main Facility tab > o Same issue exists here – instead of a button to create a new Facility, the button instead prompts you to create a New Group > > The work-around for this, after studying the URL paths, is to navigate to: https://{OFBiz site URL}/facility/control/CreateFacility > > That gets you to the correct create facility form, where you can create your first facility. Once you created the first one, then you can get to a > Create New Facility button, via the Facility Selection form on the Facilities sub-tab. > > Here is a screenshot of the offending UI: > > cid:image001.png@01D375A7.44C78130 > > This is what is should look like: > > cid:image002.png@01D375A7.A427B410 > > Thanks, > > Tim Boyden > |
Administrator
|
Damned this is so much a mess, really r734037should never has been in, let be in and done that way :/
I don't want and can't easily clean all that today because now of https://issues.apache.org/jira/browse/OFBIZ-10087 (you can't delete a record, a facility here) So like last time I'll use a poor programmer warning in screen or maybe better but not a clean refactoring. Jacques Le 16/12/2017 à 18:14, Jacques Le Roux a écrit : > Yes this has been discussed (many times), here is the last take at it http://markmail.org/message/tbn7mn753x27snn7 > > The right thing to do would be to revert or refactor r734037 but as I said in OFBIZ-5321 not an easy task and not a priority > > BTW the right link to use is facility/control/EditFacility > > I think for now I'll complete my comment for the case when there is no facility at all by giving a link to facility/control/EditFacility > > Thanks > > Jacques > > > Le 15/12/2017 à 19:22, Boyden, Timothy a écrit : >> >> Wondering if anyone is aware of a UI bug with creating new facilities? >> >> From a clean install of OFBiz… >> >> * Go to Facility tab >> * The main page that comes up is a Facility search form >> o When there have been no facilities added yet, the Facility ID box is empty, and, of course, no Facilities are found. >> o The button on this form points to creating a new Facility Group, and not a new Facility >> * Go to Facility Groups sub-tab >> * Click on default _/NA/_ group >> * Click on Facilities sub-tab >> o This form is similar to what you see the first time clicking on the main Facility tab >> o Same issue exists here – instead of a button to create a new Facility, the button instead prompts you to create a New Group >> >> The work-around for this, after studying the URL paths, is to navigate to: https://{OFBiz site URL}/facility/control/CreateFacility >> >> That gets you to the correct create facility form, where you can create your first facility. Once you created the first one, then you can get to a >> Create New Facility button, via the Facility Selection form on the Facilities sub-tab. >> >> Here is a screenshot of the offending UI: >> >> cid:image001.png@01D375A7.44C78130 >> >> This is what is should look like: >> >> cid:image002.png@01D375A7.A427B410 >> >> Thanks, >> >> Tim Boyden >> > > |
In reply to this post by Jacques Le Roux
Maybe a short term solution would be to seed in a default facility, just like there is the default _NA_ facility group. That would be a quicker fix I would think, and suppress the issue until it can be fixed.
-Tim -----Original Message----- From: Jacques Le Roux [mailto:[hidden email]] Sent: Saturday, December 16, 2017 12:15 PM To: [hidden email] Subject: Re: Create Facility bug? Yes this has been discussed (many times), here is the last take at it http://markmail.org/message/tbn7mn753x27snn7 The right thing to do would be to revert or refactor r734037 but as I said in OFBIZ-5321 not an easy task and not a priority BTW the right link to use is facility/control/EditFacility I think for now I'll complete my comment for the case when there is no facility at all by giving a link to facility/control/EditFacility Thanks Jacques Le 15/12/2017 à 19:22, Boyden, Timothy a écrit : > > Wondering if anyone is aware of a UI bug with creating new facilities? > > From a clean install of OFBiz. > > * Go to Facility tab > * The main page that comes up is a Facility search form > o When there have been no facilities added yet, the Facility ID box is empty, and, of course, no Facilities are found. > o The button on this form points to creating a new Facility Group, and not a new Facility > * Go to Facility Groups sub-tab > * Click on default _/NA/_ group > * Click on Facilities sub-tab > o This form is similar to what you see the first time clicking on the main Facility tab > o Same issue exists here - instead of a button to create a new > Facility, the button instead prompts you to create a New Group > > The work-around for this, after studying the URL paths, is to navigate > to: https://{OFBiz site URL}/facility/control/CreateFacility > > That gets you to the correct create facility form, where you can > create your first facility. Once you created the first one, then you can get to a Create New Facility button, via the Facility Selection form on the Facilities sub-tab. > > Here is a screenshot of the offending UI: > > cid:image001.png@01D375A7.44C78130 > > This is what is should look like: > > cid:image002.png@01D375A7.A427B410 > > Thanks, > > Tim Boyden > |
Administrator
|
Actually I don't think so, that would just hide the issue. I prefer to try a slightly better approach
Also this comes too often to let it like that. So I'll create a Jira to rewrite this totally in the std way we use in OFBiz in all (almost all?) other places: search and list. Thanks Jacques Le 16/12/2017 à 21:11, Boyden, Timothy a écrit : > Maybe a short term solution would be to seed in a default facility, just like there is the default _NA_ facility group. That would be a quicker fix I would think, and suppress the issue until it can be fixed. > > -Tim > > -----Original Message----- > From: Jacques Le Roux [mailto:[hidden email]] > Sent: Saturday, December 16, 2017 12:15 PM > To: [hidden email] > Subject: Re: Create Facility bug? > > Yes this has been discussed (many times), here is the last take at it http://markmail.org/message/tbn7mn753x27snn7 > > The right thing to do would be to revert or refactor r734037 but as I said in OFBIZ-5321 not an easy task and not a priority > > BTW the right link to use is facility/control/EditFacility > > I think for now I'll complete my comment for the case when there is no facility at all by giving a link to facility/control/EditFacility > > Thanks > > Jacques > > > Le 15/12/2017 à 19:22, Boyden, Timothy a écrit : >> Wondering if anyone is aware of a UI bug with creating new facilities? >> >> From a clean install of OFBiz. >> >> * Go to Facility tab >> * The main page that comes up is a Facility search form >> o When there have been no facilities added yet, the Facility ID box is empty, and, of course, no Facilities are found. >> o The button on this form points to creating a new Facility Group, and not a new Facility >> * Go to Facility Groups sub-tab >> * Click on default _/NA/_ group >> * Click on Facilities sub-tab >> o This form is similar to what you see the first time clicking on the main Facility tab >> o Same issue exists here - instead of a button to create a new >> Facility, the button instead prompts you to create a New Group >> >> The work-around for this, after studying the URL paths, is to navigate >> to: https://{OFBiz site URL}/facility/control/CreateFacility >> >> That gets you to the correct create facility form, where you can >> create your first facility. Once you created the first one, then you can get to a Create New Facility button, via the Facility Selection form on the Facilities sub-tab. >> >> Here is a screenshot of the offending UI: >> >> cid:image001.png@01D375A7.44C78130 >> >> This is what is should look like: >> >> cid:image002.png@01D375A7.A427B410 >> >> Thanks, >> >> Tim Boyden >> > |
Administrator
|
https://issues.apache.org/jira/browse/OFBIZ-10089
Jacques Le 17/12/2017 à 12:13, Jacques Le Roux a écrit : > Actually I don't think so, that would just hide the issue. I prefer to try a slightly better approach > > Also this comes too often to let it like that. So I'll create a Jira to rewrite this totally in the std way we use in OFBiz in all (almost all?) > other places: search and list. > > Thanks > > Jacques > > > Le 16/12/2017 à 21:11, Boyden, Timothy a écrit : >> Maybe a short term solution would be to seed in a default facility, just like there is the default _NA_ facility group. That would be a quicker fix >> I would think, and suppress the issue until it can be fixed. >> >> -Tim >> >> -----Original Message----- >> From: Jacques Le Roux [mailto:[hidden email]] >> Sent: Saturday, December 16, 2017 12:15 PM >> To: [hidden email] >> Subject: Re: Create Facility bug? >> >> Yes this has been discussed (many times), here is the last take at it http://markmail.org/message/tbn7mn753x27snn7 >> >> The right thing to do would be to revert or refactor r734037 but as I said in OFBIZ-5321 not an easy task and not a priority >> >> BTW the right link to use is facility/control/EditFacility >> >> I think for now I'll complete my comment for the case when there is no facility at all by giving a link to facility/control/EditFacility >> >> Thanks >> >> Jacques >> >> >> Le 15/12/2017 à 19:22, Boyden, Timothy a écrit : >>> Wondering if anyone is aware of a UI bug with creating new facilities? >>> >>> From a clean install of OFBiz. >>> >>> * Go to Facility tab >>> * The main page that comes up is a Facility search form >>> o When there have been no facilities added yet, the Facility ID box is empty, and, of course, no Facilities are found. >>> o The button on this form points to creating a new Facility Group, and not a new Facility >>> * Go to Facility Groups sub-tab >>> * Click on default _/NA/_ group >>> * Click on Facilities sub-tab >>> o This form is similar to what you see the first time clicking on the main Facility tab >>> o Same issue exists here - instead of a button to create a new >>> Facility, the button instead prompts you to create a New Group >>> >>> The work-around for this, after studying the URL paths, is to navigate >>> to: https://{OFBiz site URL}/facility/control/CreateFacility >>> >>> That gets you to the correct create facility form, where you can >>> create your first facility. Once you created the first one, then you can get to a Create New Facility button, via the Facility Selection form on >>> the Facilities sub-tab. >>> >>> Here is a screenshot of the offending UI: >>> >>> cid:image001.png@01D375A7.44C78130 >>> >>> This is what is should look like: >>> >>> cid:image002.png@01D375A7.A427B410 >>> >>> Thanks, >>> >>> Tim Boyden >>> >> > > |
Thanks Jacques.
-Tim -----Original Message----- From: Jacques Le Roux [mailto:[hidden email]] Sent: Monday, December 18, 2017 12:49 AM To: [hidden email] Subject: Re: Create Facility bug? https://issues.apache.org/jira/browse/OFBIZ-10089 Jacques Le 17/12/2017 à 12:13, Jacques Le Roux a écrit : > Actually I don't think so, that would just hide the issue. I prefer to > try a slightly better approach > > Also this comes too often to let it like that. So I'll create a Jira > to rewrite this totally in the std way we use in OFBiz in all (almost all?) other places: search and list. > > Thanks > > Jacques > > > Le 16/12/2017 à 21:11, Boyden, Timothy a écrit : >> Maybe a short term solution would be to seed in a default facility, >> just like there is the default _NA_ facility group. That would be a quicker fix I would think, and suppress the issue until it can be fixed. >> >> -Tim >> >> -----Original Message----- >> From: Jacques Le Roux [mailto:[hidden email]] >> Sent: Saturday, December 16, 2017 12:15 PM >> To: [hidden email] >> Subject: Re: Create Facility bug? >> >> Yes this has been discussed (many times), here is the last take at it >> http://markmail.org/message/tbn7mn753x27snn7 >> >> The right thing to do would be to revert or refactor r734037 but as I >> said in OFBIZ-5321 not an easy task and not a priority >> >> BTW the right link to use is facility/control/EditFacility >> >> I think for now I'll complete my comment for the case when there is >> no facility at all by giving a link to facility/control/EditFacility >> >> Thanks >> >> Jacques >> >> >> Le 15/12/2017 à 19:22, Boyden, Timothy a écrit : >>> Wondering if anyone is aware of a UI bug with creating new facilities? >>> >>> From a clean install of OFBiz. >>> >>> * Go to Facility tab >>> * The main page that comes up is a Facility search form >>> o When there have been no facilities added yet, the Facility ID box is empty, and, of course, no Facilities are found. >>> o The button on this form points to creating a new Facility >>> Group, and not a new Facility >>> * Go to Facility Groups sub-tab >>> * Click on default _/NA/_ group >>> * Click on Facilities sub-tab >>> o This form is similar to what you see the first time >>> clicking on the main Facility tab >>> o Same issue exists here - instead of a button to create a >>> new Facility, the button instead prompts you to create a New Group >>> >>> The work-around for this, after studying the URL paths, is to >>> navigate >>> to: https://{OFBiz site URL}/facility/control/CreateFacility >>> >>> That gets you to the correct create facility form, where you can >>> create your first facility. Once you created the first one, then you >>> can get to a Create New Facility button, via the Facility Selection form on the Facilities sub-tab. >>> >>> Here is a screenshot of the offending UI: >>> >>> cid:image001.png@01D375A7.44C78130 >>> >>> This is what is should look like: >>> >>> cid:image002.png@01D375A7.A427B410 >>> >>> Thanks, >>> >>> Tim Boyden >>> >> > > |
Free forum by Nabble | Edit this page |