[GitHub] [ofbiz-framework] JacquesLeRoux merged pull request #507: Fixed: GlSetupScreens.xml - MainActionMenu not shown (OFBIZ-12559)

2022-05-04 Thread GitBox


JacquesLeRoux merged PR #507:
URL: https://github.com/apache/ofbiz-framework/pull/507


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [ofbiz-framework]: Workflow run "Java CI with Gradle" failed!

2022-05-04 Thread GitBox


The GitHub Actions job "Java CI with Gradle" on ofbiz-framework.git has failed.
Run started by GitHub user JacquesLeRoux (triggered by JacquesLeRoux).

Head commit for run:
4caa0dce1297b4cc0e1a1d8e1a751373169a593b / Pierre Smits 

Fixed: GlSetupScreens.xml - MainActionMenu not shown (OFBIZ-12559) (#507)

The MainActionMenu of the Accounting component is
intended to provide the users with CREATE permissions
a direct way to create the main objects of the
Accounting components (Gl transaction, invoice,
payment), instead of - as such a user - have to go
through multiple screens to get to the action
trigger to create such objects.
The MainActionMenu is applied in various decorator
screens. It is, however, not applied in the
GlSetupScreen.xml file.

Modified: GlSetupScreens.xml
added pre-body decorator section, including ref to
MainActionMenu, to:
- screen ListCompanies
- screen AddCompany
- screen ImportExport

Report URL: https://github.com/apache/ofbiz-framework/actions/runs/2270933397

With regards,
GitHub Actions via GitBox



[jira] [Closed] (OFBIZ-12560) Party Main: duplicate action trigger (Person/Group)

2022-05-04 Thread Jacques Le Roux (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-12560.
---
Fix Version/s: Upcoming Branch
   Resolution: Done

> Party Main: duplicate action trigger (Person/Group)
> ---
>
> Key: OFBIZ-12560
> URL: https://issues.apache.org/jira/browse/OFBIZ-12560
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Trivial
>  Labels: consistency, user-experience
> Fix For: Upcoming Branch
>
>
> When accessing [https://localhost:8443/partymgr/control/main] the screen 
> shows duplicate action triggers for the creation of a new party of 
> type=PERSON or of type=PARTYGROUP.
> These action triggers come from the MainActionMenu for the a component, and 
> from the 'CreateNewParty' menu.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Closed] (OFBIZ-12559) GlSetupScreens.xml - MainActionMenu not shown

2022-05-04 Thread Jacques Le Roux (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-12559.
---
Fix Version/s: Upcoming Branch
   Resolution: Done

Was missing in OFBIZ-11780

> GlSetupScreens.xml - MainActionMenu not shown
> -
>
> Key: OFBIZ-12559
> URL: https://issues.apache.org/jira/browse/OFBIZ-12559
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Trivial
>  Labels: consistency, user-experience
> Fix For: Upcoming Branch
>
>
> The MainActionMenu of the Accounting component is intended to provide the 
> users with CREATE permissions a direct way to create the main objects of the 
> Accounting components (Gl transaction, invoice, payment), instead of - as 
> such a user - have to go through multiple screens to get to the action 
> trigger to create such objects.
> The MainActionMenu is applied in various decorator screens. It is, however, 
> not applied in the GlSetupScreen.xml file.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (OFBIZ-12559) GlSetupScreens.xml - MainActionMenu not shown

2022-05-04 Thread Jacques Le Roux (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-12559:

Issue Type: Improvement  (was: Bug)
  Priority: Trivial  (was: Major)

> GlSetupScreens.xml - MainActionMenu not shown
> -
>
> Key: OFBIZ-12559
> URL: https://issues.apache.org/jira/browse/OFBIZ-12559
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Trivial
>  Labels: consistency, user-experience
>
> The MainActionMenu of the Accounting component is intended to provide the 
> users with CREATE permissions a direct way to create the main objects of the 
> Accounting components (Gl transaction, invoice, payment), instead of - as 
> such a user - have to go through multiple screens to get to the action 
> trigger to create such objects.
> The MainActionMenu is applied in various decorator screens. It is, however, 
> not applied in the GlSetupScreen.xml file.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OFBIZ-12559) GlSetupScreens.xml - MainActionMenu not shown

2022-05-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17531805#comment-17531805
 ] 

ASF subversion and git services commented on OFBIZ-12559:
-

Commit 4caa0dce1297b4cc0e1a1d8e1a751373169a593b in ofbiz-framework's branch 
refs/heads/trunk from Pierre Smits
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=4caa0dce12 ]

Fixed: GlSetupScreens.xml - MainActionMenu not shown (OFBIZ-12559) (#507)

The MainActionMenu of the Accounting component is
intended to provide the users with CREATE permissions
a direct way to create the main objects of the
Accounting components (Gl transaction, invoice,
payment), instead of - as such a user - have to go
through multiple screens to get to the action
trigger to create such objects.
The MainActionMenu is applied in various decorator
screens. It is, however, not applied in the
GlSetupScreen.xml file.

Modified: GlSetupScreens.xml
added pre-body decorator section, including ref to
MainActionMenu, to:
- screen ListCompanies
- screen AddCompany
- screen ImportExport

> GlSetupScreens.xml - MainActionMenu not shown
> -
>
> Key: OFBIZ-12559
> URL: https://issues.apache.org/jira/browse/OFBIZ-12559
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Major
>  Labels: consistency, user-experience
>
> The MainActionMenu of the Accounting component is intended to provide the 
> users with CREATE permissions a direct way to create the main objects of the 
> Accounting components (Gl transaction, invoice, payment), instead of - as 
> such a user - have to go through multiple screens to get to the action 
> trigger to create such objects.
> The MainActionMenu is applied in various decorator screens. It is, however, 
> not applied in the GlSetupScreen.xml file.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OFBIZ-12386) Fix some bugs SpotBugs reports

2022-05-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17531502#comment-17531502
 ] 

ASF subversion and git services commented on OFBIZ-12386:
-

Commit 8d8b66aadf53ddc3d6ae9a89f29287149b08170a in ofbiz-framework's branch 
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=8d8b66aadf ]

Improved: Fix some bugs Spotbugs reports (OFBIZ-12386)

Renames SecuredUpload::isValidFile to isValidFileName


> Fix some bugs SpotBugs reports
> --
>
> Key: OFBIZ-12386
> URL: https://issues.apache.org/jira/browse/OFBIZ-12386
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Created] (OFBIZ-12611) Website: API reference links not found

2022-05-04 Thread Michael Brohl (Jira)
Michael Brohl created OFBIZ-12611:
-

 Summary: Website: API reference links not found
 Key: OFBIZ-12611
 URL: https://issues.apache.org/jira/browse/OFBIZ-12611
 Project: OFBiz
  Issue Type: Bug
Reporter: Michael Brohl
Assignee: Michael Brohl


The API reference links are pointing to the wrong locations causing a 404 / not 
found error.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (OFBIZ-12611) Website: API reference links not found

2022-05-04 Thread Michael Brohl (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Brohl updated OFBIZ-12611:
--
Description: The API reference links in the menu and the developers page 
are pointing to the wrong locations causing a 404 / not found error.  (was: The 
API reference links are pointing to the wrong locations causing a 404 / not 
found error.)

> Website: API reference links not found
> --
>
> Key: OFBIZ-12611
> URL: https://issues.apache.org/jira/browse/OFBIZ-12611
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Michael Brohl
>Assignee: Michael Brohl
>Priority: Major
>
> The API reference links in the menu and the developers page are pointing to 
> the wrong locations causing a 404 / not found error.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OFBIZ-12611) Website: API reference links not found

2022-05-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17531774#comment-17531774
 ] 

ASF subversion and git services commented on OFBIZ-12611:
-

Commit a90f0381a038cdcecc93a7a1f7c6e7bacf0f2b74 in ofbiz-site's branch 
refs/heads/master from Michael Brohl
[ https://gitbox.apache.org/repos/asf?p=ofbiz-site.git;h=a90f038 ]

Fixed: Website: API reference links not found (OFBIZ-12611)


> Website: API reference links not found
> --
>
> Key: OFBIZ-12611
> URL: https://issues.apache.org/jira/browse/OFBIZ-12611
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Michael Brohl
>Assignee: Michael Brohl
>Priority: Major
>
> The API reference links in the menu and the developers page are pointing to 
> the wrong locations causing a 404 / not found error.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Closed] (OFBIZ-12611) Website: API reference links not found

2022-05-04 Thread Michael Brohl (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Brohl closed OFBIZ-12611.
-
Resolution: Fixed

> Website: API reference links not found
> --
>
> Key: OFBIZ-12611
> URL: https://issues.apache.org/jira/browse/OFBIZ-12611
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Michael Brohl
>Assignee: Michael Brohl
>Priority: Major
>
> The API reference links in the menu and the developers page are pointing to 
> the wrong locations causing a 404 / not found error.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (OFBIZ-12611) Website: API reference links not found

2022-05-04 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17531784#comment-17531784
 ] 

Jacques Le Roux commented on OFBIZ-12611:
-

Thanks Michael

> Website: API reference links not found
> --
>
> Key: OFBIZ-12611
> URL: https://issues.apache.org/jira/browse/OFBIZ-12611
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Michael Brohl
>Assignee: Michael Brohl
>Priority: Major
>
> The API reference links in the menu and the developers page are pointing to 
> the wrong locations causing a 404 / not found error.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[GitHub] [ofbiz-framework] JacquesLeRoux merged pull request #508: Fixed: Party Main: duplicate action trigger (Person/Group) (OFBIZ-12560)

2022-05-04 Thread GitBox


JacquesLeRoux merged PR #508:
URL: https://github.com/apache/ofbiz-framework/pull/508


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (OFBIZ-12560) Party Main: duplicate action trigger (Person/Group)

2022-05-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17531795#comment-17531795
 ] 

ASF subversion and git services commented on OFBIZ-12560:
-

Commit 6244ad93ce88f05390a506fec6109e14fcc5107e in ofbiz-framework's branch 
refs/heads/trunk from Pierre Smits
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=6244ad93ce ]

Fixed: Party Main: duplicate action trigger (Person/Group) (OFBIZ-12560) (#508)

When accessing
https://localhost:8443/partymgr/control/main the
screen shows duplicate action triggers for the
creation of a new party of type=PERSON or
of type=PARTYGROUP.
These action triggers come from the MainActionMenu
for the a component, and from the 'CreateNewParty'
menu.

modified: PartyMenus.xml
removed from menu CreateNewParty:
- menu-item for the creation of a PartyGroup
- menu-item for the creation of a Person
as these already exists in the MainActionMenu of
the component.

> Party Main: duplicate action trigger (Person/Group)
> ---
>
> Key: OFBIZ-12560
> URL: https://issues.apache.org/jira/browse/OFBIZ-12560
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Major
>  Labels: consistency, user-experience
>
> When accessing [https://localhost:8443/partymgr/control/main] the screen 
> shows duplicate action triggers for the creation of a new party of 
> type=PERSON or of type=PARTYGROUP.
> These action triggers come from the MainActionMenu for the a component, and 
> from the 'CreateNewParty' menu.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (OFBIZ-12560) Party Main: duplicate action trigger (Person/Group)

2022-05-04 Thread Jacques Le Roux (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-12560:

Issue Type: Improvement  (was: Bug)
  Priority: Trivial  (was: Major)

> Party Main: duplicate action trigger (Person/Group)
> ---
>
> Key: OFBIZ-12560
> URL: https://issues.apache.org/jira/browse/OFBIZ-12560
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Trivial
>  Labels: consistency, user-experience
>
> When accessing [https://localhost:8443/partymgr/control/main] the screen 
> shows duplicate action triggers for the creation of a new party of 
> type=PERSON or of type=PARTYGROUP.
> These action triggers come from the MainActionMenu for the a component, and 
> from the 'CreateNewParty' menu.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[GitHub] [ofbiz-framework]: Workflow run "Java CI with Gradle" failed!

2022-05-04 Thread GitBox


The GitHub Actions job "Java CI with Gradle" on ofbiz-framework.git has failed.
Run started by GitHub user JacquesLeRoux (triggered by JacquesLeRoux).

Head commit for run:
6244ad93ce88f05390a506fec6109e14fcc5107e / Pierre Smits 

Fixed: Party Main: duplicate action trigger (Person/Group) (OFBIZ-12560) (#508)

When accessing
https://localhost:8443/partymgr/control/main the
screen shows duplicate action triggers for the
creation of a new party of type=PERSON or
of type=PARTYGROUP.
These action triggers come from the MainActionMenu
for the a component, and from the 'CreateNewParty'
menu.

modified: PartyMenus.xml
removed from menu CreateNewParty:
- menu-item for the creation of a PartyGroup
- menu-item for the creation of a Person
as these already exists in the MainActionMenu of
the component.

Report URL: https://github.com/apache/ofbiz-framework/actions/runs/2270786334

With regards,
GitHub Actions via GitBox