[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #59 from Kyle M Hall  ---
Created attachment 158955
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158955&action=edit
Bug 30070: (QA follow-up) Make qa script happy

Signed-off-by: Kyle M Hall 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #58 from Kyle M Hall  ---
Created attachment 158954
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158954&action=edit
Bug 30070: Remove 'Configure' option from datatable

This passes 0 for table_settings effectively removing the 'Configure'
option from the table. We haven't set up the background logic for table
settings for this table and I don't believe there's a real use case for
that here at the moment.

Signed-off-by: Kyle M Hall 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #57 from Kyle M Hall  ---
Created attachment 158953
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158953&action=edit
Bug 30070: Improve view message modal display

The display had some old specific styling added, we can just use
modal-lg from the bootstrap library now to make the display more
consistent with other modals.

Signed-off-by: Kyle M Hall 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #56 from Kyle M Hall  ---
Created attachment 158952
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158952&action=edit
Bug 30070: (follow-up) Filter out deleted files on the API

EDI uses a 'deleted' flag in the table to denote deleted files, we
should filter those out of the API response.

Signed-off-by: Kyle M Hall 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #55 from Kyle M Hall  ---
Created attachment 158951
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158951&action=edit
Bug 30070: (follow-up) Further javascript fixes

This fixes an issue with the datatables when a message file is found to
be missing the linked vendor or basket details.  This removes the
datatables error: DataTables warning: table id=edi_msgs - Requested
unknown parameter '4' for row 12, column 4.

Signed-off-by: Kyle M Hall 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #54 from Kyle M Hall  ---
Created attachment 158950
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158950&action=edit
Bug 30070: (follow-up) Fix javascript errors

Signed-off-by: Kyle M Hall 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #53 from Kyle M Hall  ---
Created attachment 158949
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158949&action=edit
Bug 30070: Add koha_obejct_class(s) to EdifactMessage

Signed-off-by: Kyle M Hall 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #52 from Kyle M Hall  ---
Created attachment 158948
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158948&action=edit
Bug 30070: Add unit tests

Signed-off-by: Kyle M Hall 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #51 from Kyle M Hall  ---
Created attachment 158947
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158947&action=edit
Bug 30070: (follow-up) Return unless the related object exists

Signed-off-by: Kyle M Hall 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #50 from Kyle M Hall  ---
Created attachment 158946
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158946&action=edit
Bug 30070: Update edifactmsgs to use the API

Signed-off-by: Kyle M Hall 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #49 from Kyle M Hall  ---
Created attachment 158945
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158945&action=edit
Bug 30070: Add fetch endpoint for EDI Files

This patch adds a simple EDI Files listing REST endpoint

Signed-off-by: Kyle M Hall 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Kyle M Hall  changed:

   What|Removed |Added

 Attachment #158933|0   |1
is obsolete||
 Attachment #158934|0   |1
is obsolete||
 Attachment #158935|0   |1
is obsolete||
 Attachment #158936|0   |1
is obsolete||
 Attachment #158937|0   |1
is obsolete||
 Attachment #158938|0   |1
is obsolete||
 Attachment #158939|0   |1
is obsolete||
 Attachment #158940|0   |1
is obsolete||
 Attachment #158941|0   |1
is obsolete||
 Attachment #158942|0   |1
is obsolete||
 Attachment #158943|0   |1
is obsolete||

--- Comment #48 from Kyle M Hall  ---
Created attachment 158944
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158944&action=edit
Bug 30070: Add Koha Objects for EDI Message Files

This patch adds the Koha Object based classes assocaited with the
edifact_message table. This table actually contains the raw message
files which may well each contain multiple edifact messages.

Signed-off-by: Kyle M Hall 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Kyle M Hall  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158932|0   |1
is obsolete||

--- Comment #47 from Martin Renvoize  ---
Created attachment 158943
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158943&action=edit
Bug 30070: Remove 'Configure' option from datatable

This passes 0 for table_settings effectively removing the 'Configure'
option from the table. We haven't set up the background logic for table
settings for this table and I don't believe there's a real use case for
that here at the moment.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158931|0   |1
is obsolete||

--- Comment #46 from Martin Renvoize  ---
Created attachment 158942
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158942&action=edit
Bug 30070: Improve view message modal display

The display had some old specific styling added, we can just use
modal-lg from the bootstrap library now to make the display more
consistent with other modals.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158930|0   |1
is obsolete||

--- Comment #45 from Martin Renvoize  ---
Created attachment 158941
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158941&action=edit
Bug 30070: (follow-up) Filter out deleted files on the API

EDI uses a 'deleted' flag in the table to denote deleted files, we
should filter those out of the API response.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158929|0   |1
is obsolete||

--- Comment #44 from Martin Renvoize  ---
Created attachment 158940
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158940&action=edit
Bug 30070: (follow-up) Further javascript fixes

This fixes an issue with the datatables when a message file is found to
be missing the linked vendor or basket details.  This removes the
datatables error: DataTables warning: table id=edi_msgs - Requested
unknown parameter '4' for row 12, column 4.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158928|0   |1
is obsolete||

--- Comment #43 from Martin Renvoize  ---
Created attachment 158939
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158939&action=edit
Bug 30070: (follow-up) Fix javascript errors

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158927|0   |1
is obsolete||

--- Comment #42 from Martin Renvoize  ---
Created attachment 158938
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158938&action=edit
Bug 30070: Add koha_obejct_class(s) to EdifactMessage

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158926|0   |1
is obsolete||

--- Comment #41 from Martin Renvoize  ---
Created attachment 158937
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158937&action=edit
Bug 30070: Add unit tests

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158925|0   |1
is obsolete||

--- Comment #40 from Martin Renvoize  ---
Created attachment 158936
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158936&action=edit
Bug 30070: (follow-up) Return unless the related object exists

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158924|0   |1
is obsolete||

--- Comment #39 from Martin Renvoize  ---
Created attachment 158935
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158935&action=edit
Bug 30070: Update edifactmsgs to use the API

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158923|0   |1
is obsolete||

--- Comment #38 from Martin Renvoize  ---
Created attachment 158934
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158934&action=edit
Bug 30070: Add fetch endpoint for EDI Files

This patch adds a simple EDI Files listing REST endpoint

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158922|0   |1
is obsolete||

--- Comment #37 from Martin Renvoize  ---
Created attachment 158933
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158933&action=edit
Bug 30070: Add Koha Objects for EDI Message Files

This patch adds the Koha Object based classes assocaited with the
edifact_message table. This table actually contains the raw message
files which may well each contain multiple edifact messages.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #36 from Martin Renvoize  ---
Created attachment 158932
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158932&action=edit
Bug 30070: Remove 'Configure' option from datatable

This passes 0 for table_settings effectively removing the 'Configure'
option from the table. We haven't set up the background logic for table
settings for this table and I don't believe there's a real use case for
that here at the moment.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #35 from Martin Renvoize  ---
Created attachment 158931
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158931&action=edit
Bug 30070: Improve view message modal display

The display had some old specific styling added, we can just use
modal-lg from the bootstrap library now to make the display more
consistent with other modals.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #34 from Martin Renvoize  ---
Created attachment 158930
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158930&action=edit
Bug 30070: (follow-up) Filter out deleted files on the API

EDI uses a 'deleted' flag in the table to denote deleted files, we
should filter those out of the API response.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #33 from Martin Renvoize  ---
Created attachment 158929
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158929&action=edit
Bug 30070: (follow-up) Further javascript fixes

This fixes an issue with the datatables when a message file is found to
be missing the linked vendor or basket details.  This removes the
datatables error: DataTables warning: table id=edi_msgs - Requested
unknown parameter '4' for row 12, column 4.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158920|0   |1
is obsolete||

--- Comment #32 from Martin Renvoize  ---
Created attachment 158928
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158928&action=edit
Bug 30070: (follow-up) Fix javascript errors

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158918|0   |1
is obsolete||

--- Comment #31 from Martin Renvoize  ---
Created attachment 158927
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158927&action=edit
Bug 30070: Add koha_obejct_class(s) to EdifactMessage

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158915|0   |1
is obsolete||

--- Comment #30 from Martin Renvoize  ---
Created attachment 158926
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158926&action=edit
Bug 30070: Add unit tests

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158914|0   |1
is obsolete||

--- Comment #29 from Martin Renvoize  ---
Created attachment 158925
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158925&action=edit
Bug 30070: (follow-up) Return unless the related object exists

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158913|0   |1
is obsolete||

--- Comment #28 from Martin Renvoize  ---
Created attachment 158924
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158924&action=edit
Bug 30070: Update edifactmsgs to use the API

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158912|0   |1
is obsolete||

--- Comment #27 from Martin Renvoize  ---
Created attachment 158923
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158923&action=edit
Bug 30070: Add fetch endpoint for EDI Files

This patch adds a simple EDI Files listing REST endpoint

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158911|0   |1
is obsolete||

--- Comment #26 from Martin Renvoize  ---
Created attachment 158922
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158922&action=edit
Bug 30070: Add Koha Objects for EDI Message Files

This patch adds the Koha Object based classes assocaited with the
edifact_message table. This table actually contains the raw message
files which may well each contain multiple edifact messages.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Kyle M Hall  changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA

--- Comment #25 from Kyle M Hall  ---
I fixed some more js issues but there are still a few outstanding issues:

* The table is showing all edifact messages including deleted messages. I image
some kind of search paramter needs to be added in
Koha::REST::V1::Acquisitions::Edifact::Files::list

* I get the following error on some but not all datatable pages: DataTables
warning: table id=edi_msgs - Requested unknown parameter '4' for row 12, column
4. For more information about this error, please see http://datatables.net/tn/4
datatables_23.0600079.js:514:13

* The bookseller id is missing from the vendor links in the "Vendor" column

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #24 from Kyle M Hall  ---
Created attachment 158920
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158920&action=edit
Bug 30070: (follow-up) Fix javascript errors

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #23 from Martin Renvoize  ---
Created attachment 158918
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158918&action=edit
Bug 30070: Add koha_obejct_class(s) to EdifactMessage

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 QA Contact|testo...@bugs.koha-communit |k...@bywatersolutions.com
   |y.org   |

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #22 from Martin Renvoize  ---
Created attachment 158915
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158915&action=edit
Bug 30070: Add unit tests

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158910|0   |1
is obsolete||

--- Comment #21 from Martin Renvoize  ---
Created attachment 158914
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158914&action=edit
Bug 30070: (follow-up) Return unless the related object exists

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158909|0   |1
is obsolete||

--- Comment #20 from Martin Renvoize  ---
Created attachment 158913
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158913&action=edit
Bug 30070: Update edifactmsgs to use the API

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158908|0   |1
is obsolete||

--- Comment #19 from Martin Renvoize  ---
Created attachment 158912
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158912&action=edit
Bug 30070: Add fetch endpoint for EDI Files

This patch adds a simple EDI Files listing REST endpoint

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158907|0   |1
is obsolete||

--- Comment #18 from Martin Renvoize  ---
Created attachment 158911
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158911&action=edit
Bug 30070: Add Koha Objects for EDI Message Files

This patch adds the Koha Object based classes assocaited with the
edifact_message table. This table actually contains the raw message
files which may well each contain multiple edifact messages.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158906|0   |1
is obsolete||

--- Comment #17 from Martin Renvoize  ---
Created attachment 158910
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158910&action=edit
Bug 30070: (follow-up) Return unless the related object exists

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158905|0   |1
is obsolete||

--- Comment #16 from Martin Renvoize  ---
Created attachment 158909
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158909&action=edit
Bug 30070: Update edifactmsgs to use the API

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158904|0   |1
is obsolete||

--- Comment #15 from Martin Renvoize  ---
Created attachment 158908
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158908&action=edit
Bug 30070: Add fetch endpoint for EDI Files

This patch adds a simple EDI Files listing REST endpoint

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158903|0   |1
is obsolete||

--- Comment #14 from Martin Renvoize  ---
Created attachment 158907
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158907&action=edit
Bug 30070: Add Koha Objects for EDI Message Files

This patch adds the Koha Object based classes assocaited with the
edifact_message table. This table actually contains the raw message
files which may well each contain multiple edifact messages.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158887|0   |1
is obsolete||

--- Comment #13 from Martin Renvoize  ---
Created attachment 158906
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158906&action=edit
Bug 30070: (follow-up) Return unless the related object exists

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158810|0   |1
is obsolete||

--- Comment #12 from Martin Renvoize  ---
Created attachment 158905
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158905&action=edit
Bug 30070: Update edifactmsgs to use the API

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158809|0   |1
is obsolete||

--- Comment #11 from Martin Renvoize  ---
Created attachment 158904
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158904&action=edit
Bug 30070: Add fetch endpoint for EDI Files

This patch adds a simple EDI Files listing REST endpoint

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #158808|0   |1
is obsolete||

--- Comment #10 from Martin Renvoize  ---
Created attachment 158903
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158903&action=edit
Bug 30070: Add Koha Objects for EDI Message Files

This patch adds the Koha Object based classes assocaited with the
edifact_message table. This table actually contains the raw message
files which may well each contain multiple edifact messages.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #9 from Martin Renvoize  ---
Ha, I just missed the final addition of the relations in the spec file. I'm out
at the minute, but just adding vendor, deleted and basket keys to the edi_file
spec should get this going.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #8 from Martin Renvoize  ---
Thanks for testing Kyle, good call on the relation change. I'll continue here
later tonight, be great to see this little enhancement in.

Ray, I'll work through the issues Kyle highlighted and then look at it getting
it into your test system.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #7 from Kyle M Hall  ---
Created attachment 158887
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158887&action=edit
Bug 30070: (follow-up) Return unless the related object exists

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Kyle M Hall  changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA

--- Comment #6 from Kyle M Hall  ---
I'm testing this is some production data and I'm getting 500 errors. I think
it's because Koha::Edifact::File presumes every file will have a vendor and
basket, but that's not necessarily true. I've patched those two methods but
then I get the error:

omething went wrong when loading the table.
500: Internal Server Error. 
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.
Properties not allowed: basket, deleted, vendor.

Can you try testing with an edi message that has a null basket number?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #5 from Ray Delahunty  ---
Our test server has 10,400 lines in the table and it is taking about 40 seconds
to display the page. I don't know how we could set up a sandbox with lots of
messages, so perhaps we could see how the change works on our test server. (Our
higher specification production server has 11,100 lines but it still takes
about 35 seconds to draw the page).

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

  Component|Staff interface |Acquisitions

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 CC||jonathan.field@ptfs-europe.
   ||com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #4 from Martin Renvoize  ---
Adding Tomas and Kyle to CC here.

* I'd like your opinions on the locations of the API endpoint and mappings
Tomas.
* Kyle added as a bit of an EDI guru in the hopes you might test it for me as
most people shy away from EDI for testing.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 CC||tomasco...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 CC||k...@bywatersolutions.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #3 from Martin Renvoize  ---
Created attachment 158810
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158810&action=edit
Bug 30070: Update edifactmsgs to use the API

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #2 from Martin Renvoize  ---
Created attachment 158809
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158809&action=edit
Bug 30070: Add fetch endpoint for EDI Files

This patch adds a simple EDI Files listing REST endpoint

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

--- Comment #1 from Martin Renvoize  ---
Created attachment 158808
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158808&action=edit
Bug 30070: Add Koha Objects for EDI Message Files

This patch adds the Koha Object based classes assocaited with the
edifact_message table. This table actually contains the raw message
files which may well each contain multiple edifact messages.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Georgia Newman  changed:

   What|Removed |Added

 CC||g.new...@arts.ac.uk

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2023-11-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

 CC||r.delahu...@arts.ac.uk

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2022-02-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Fridolin Somers  changed:

   What|Removed |Added

   See Also||https://bugs.koha-community
   ||.org/bugzilla3/show_bug.cgi
   ||?id=30069
 CC||fridolin.som...@biblibre.co
   ||m

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2022-02-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Fiona Borthwick  changed:

   What|Removed |Added

 CC||fiona.borthwick@ptfs-europe
   ||.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 30070] There are performance issues with edifactmsgs when you have a large number of messages

2022-02-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30070

Martin Renvoize  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |martin.renvoize@ptfs-europe
   |ity.org |.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/