[jira] Created: (OFBIZ-192) Misc bugs in marketing campaigns screens

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-192) Misc bugs in marketing campaigns screens

Nicolas Malin (Jira)
Misc bugs in marketing campaigns screens
----------------------------------------

                 Key: OFBIZ-192
                 URL: http://issues.apache.org/jira/browse/OFBIZ-192
             Project: OFBiz (The Open for Business Project)
          Issue Type: Bug
          Components: marketing
            Reporter: Jacopo Cappellato


The following ones are notes taken from the old Jira issue 332 by Jacques Le Roux:

1. If the party has not the right role (admin) there is an obscure error and not an obvious message when you try to add a party role to a marketing campaign.
2. Adding the right role (admin) to the party, I was able to create a role for a test marketing campaign. But when doing this I got an error message "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [marketing]; this request does not exist or cannot be called directly."
I saw that that the result was correct after.
3. Willing to delete this role I got :
"org.ofbiz.webapp.control.RequestHandlerException: Unknown request [deleteMarketingCampaignGeo]; this request does not exist or cannot be called directly"
And the role was not deleted.
4. After that willing to delete my test marketing campaign I got :
"org.ofbiz.webapp.control.RequestHandlerException: Unknown request [deleteMarketingCampaign]; this request does not exist or cannot be called directly."


--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-192) Misc bugs in marketing campaigns screens

Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-192?page=comments#action_12435585 ]
           
Marco Risaliti commented on OFBIZ-192:
--------------------------------------

Hi Jacques,

I'm now working on this issue and I will attach a new patch as soon I have solve those issues.

Thanks
Marco

> Misc bugs in marketing campaigns screens
> ----------------------------------------
>
>                 Key: OFBIZ-192
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-192
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: marketing
>            Reporter: Jacopo Cappellato
>
> The following ones are notes taken from the old Jira issue 332 by Jacques Le Roux:
> 1. If the party has not the right role (admin) there is an obscure error and not an obvious message when you try to add a party role to a marketing campaign.
> 2. Adding the right role (admin) to the party, I was able to create a role for a test marketing campaign. But when doing this I got an error message "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [marketing]; this request does not exist or cannot be called directly."
> I saw that that the result was correct after.
> 3. Willing to delete this role I got :
> "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [deleteMarketingCampaignGeo]; this request does not exist or cannot be called directly"
> And the role was not deleted.
> 4. After that willing to delete my test marketing campaign I got :
> "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [deleteMarketingCampaign]; this request does not exist or cannot be called directly."

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-192) Misc bugs in marketing campaigns screens

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-192?page=comments#action_12435948 ]
           
Jacques Le Roux commented on OFBIZ-192:
---------------------------------------

OK Thanks Marco,

Don't forget to try I18n of categories (OFBIZ-75) if you find some time, please ;o)

> Misc bugs in marketing campaigns screens
> ----------------------------------------
>
>                 Key: OFBIZ-192
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-192
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: marketing
>            Reporter: Jacopo Cappellato
>
> The following ones are notes taken from the old Jira issue 332 by Jacques Le Roux:
> 1. If the party has not the right role (admin) there is an obscure error and not an obvious message when you try to add a party role to a marketing campaign.
> 2. Adding the right role (admin) to the party, I was able to create a role for a test marketing campaign. But when doing this I got an error message "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [marketing]; this request does not exist or cannot be called directly."
> I saw that that the result was correct after.
> 3. Willing to delete this role I got :
> "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [deleteMarketingCampaignGeo]; this request does not exist or cannot be called directly"
> And the role was not deleted.
> 4. After that willing to delete my test marketing campaign I got :
> "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [deleteMarketingCampaign]; this request does not exist or cannot be called directly."

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-192) Misc bugs in marketing campaigns screens

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
     [ http://issues.apache.org/jira/browse/OFBIZ-192?page=all ]

Marco Risaliti updated OFBIZ-192:
---------------------------------

    Attachment: campaign.patch

Hi Jacques,

here the patch that solve all those issue except the foreign key violation that is present in a lot of screens due to the fact if you use party and role not associated together.
I think it's enough to solve those issues and then we will see how to solve the foreign keys violations.

Thanks
Marco

> Misc bugs in marketing campaigns screens
> ----------------------------------------
>
>                 Key: OFBIZ-192
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-192
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: marketing
>            Reporter: Jacopo Cappellato
>         Attachments: campaign.patch
>
>
> The following ones are notes taken from the old Jira issue 332 by Jacques Le Roux:
> 1. If the party has not the right role (admin) there is an obscure error and not an obvious message when you try to add a party role to a marketing campaign.
> 2. Adding the right role (admin) to the party, I was able to create a role for a test marketing campaign. But when doing this I got an error message "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [marketing]; this request does not exist or cannot be called directly."
> I saw that that the result was correct after.
> 3. Willing to delete this role I got :
> "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [deleteMarketingCampaignGeo]; this request does not exist or cannot be called directly"
> And the role was not deleted.
> 4. After that willing to delete my test marketing campaign I got :
> "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [deleteMarketingCampaign]; this request does not exist or cannot be called directly."

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

Re: [jira] Updated: (OFBIZ-192) Misc bugs in marketing campaigns screens

mrisaliti@libero.it
Hi David,

I agree with you, this is why I'm working to solve some old-issues still
active in
OFBIZ (like issue OFBIZ-192).

Thanks
Marco
----- Original Message -----
From: "Marco Risaliti (JIRA)" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, September 19, 2006 8:30 PM
Subject: [jira] Updated: (OFBIZ-192) Misc bugs in marketing campaigns
screens


>     [ http://issues.apache.org/jira/browse/OFBIZ-192?page=all ]
>
> Marco Risaliti updated OFBIZ-192:
> ---------------------------------
>
>    Attachment: campaign.patch
>
> Hi Jacques,
>
> here the patch that solve all those issue except the foreign key violation
> that is present in a lot of screens due to the fact if you use party and
> role not associated together.
> I think it's enough to solve those issues and then we will see how to
> solve the foreign keys violations.
>
> Thanks
> Marco
>
>> Misc bugs in marketing campaigns screens
>> ----------------------------------------
>>
>>                 Key: OFBIZ-192
>>                 URL: http://issues.apache.org/jira/browse/OFBIZ-192
>>             Project: OFBiz (The Open for Business Project)
>>          Issue Type: Bug
>>          Components: marketing
>>            Reporter: Jacopo Cappellato
>>         Attachments: campaign.patch
>>
>>
>> The following ones are notes taken from the old Jira issue 332 by Jacques
>> Le Roux:
>> 1. If the party has not the right role (admin) there is an obscure error
>> and not an obvious message when you try to add a party role to a
>> marketing campaign.
>> 2. Adding the right role (admin) to the party, I was able to create a
>> role for a test marketing campaign. But when doing this I got an error
>> message "org.ofbiz.webapp.control.RequestHandlerException: Unknown
>> request [marketing]; this request does not exist or cannot be called
>> directly."
>> I saw that that the result was correct after.
>> 3. Willing to delete this role I got :
>> "org.ofbiz.webapp.control.RequestHandlerException: Unknown request
>> [deleteMarketingCampaignGeo]; this request does not exist or cannot be
>> called directly"
>> And the role was not deleted.
>> 4. After that willing to delete my test marketing campaign I got :
>> "org.ofbiz.webapp.control.RequestHandlerException: Unknown request
>> [deleteMarketingCampaign]; this request does not exist or cannot be
>> called directly."
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
> http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.405 / Virus Database: 268.12.5/451 - Release Date: 19/09/06
>
>

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-192) Misc bugs in marketing campaigns screens

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
     [ http://issues.apache.org/jira/browse/OFBIZ-192?page=all ]

Jacques Le Roux closed OFBIZ-192.
---------------------------------

    Fix Version/s: SVN trunk
       Resolution: Fixed
         Assignee: Jacques Le Roux

Thanks Marco,

I have tested and committed in revision 447973.

For the Party/Role problem I agree that it's not strictly related to this problem and that we have to find a more general solution for it.

> Misc bugs in marketing campaigns screens
> ----------------------------------------
>
>                 Key: OFBIZ-192
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-192
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: marketing
>            Reporter: Jacopo Cappellato
>         Assigned To: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: campaign.patch
>
>
> The following ones are notes taken from the old Jira issue 332 by Jacques Le Roux:
> 1. If the party has not the right role (admin) there is an obscure error and not an obvious message when you try to add a party role to a marketing campaign.
> 2. Adding the right role (admin) to the party, I was able to create a role for a test marketing campaign. But when doing this I got an error message "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [marketing]; this request does not exist or cannot be called directly."
> I saw that that the result was correct after.
> 3. Willing to delete this role I got :
> "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [deleteMarketingCampaignGeo]; this request does not exist or cannot be called directly"
> And the role was not deleted.
> 4. After that willing to delete my test marketing campaign I got :
> "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [deleteMarketingCampaign]; this request does not exist or cannot be called directly."

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-192) Misc bugs in marketing campaigns screens

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-192?page=comments#action_12436014 ]
           
Marco Risaliti commented on OFBIZ-192:
--------------------------------------

Thanks a lot Jacques.

> Misc bugs in marketing campaigns screens
> ----------------------------------------
>
>                 Key: OFBIZ-192
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-192
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: marketing
>            Reporter: Jacopo Cappellato
>         Assigned To: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: campaign.patch
>
>
> The following ones are notes taken from the old Jira issue 332 by Jacques Le Roux:
> 1. If the party has not the right role (admin) there is an obscure error and not an obvious message when you try to add a party role to a marketing campaign.
> 2. Adding the right role (admin) to the party, I was able to create a role for a test marketing campaign. But when doing this I got an error message "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [marketing]; this request does not exist or cannot be called directly."
> I saw that that the result was correct after.
> 3. Willing to delete this role I got :
> "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [deleteMarketingCampaignGeo]; this request does not exist or cannot be called directly"
> And the role was not deleted.
> 4. After that willing to delete my test marketing campaign I got :
> "org.ofbiz.webapp.control.RequestHandlerException: Unknown request [deleteMarketingCampaign]; this request does not exist or cannot be called directly."

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira