mirror of https://github.com/itflow-org/itflow
Center Generating Summary in AI Summary
This commit is contained in:
parent
d450ea4beb
commit
da0b01e23f
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -2,6 +2,24 @@
|
|||
|
||||
This file documents all notable changes made to ITFlow.
|
||||
|
||||
## [25.09.1]
|
||||
|
||||
### Fixes
|
||||
- **Web Installer**: Resolved issue with broken installer caused by incorrect database schema file name.
|
||||
- Hide the "Add Credit" button as the feature is not fully implemented yet.
|
||||
- Corrected long invoice/quote notes that were overlapping with the footer in PDF exports.
|
||||
- Fixed AI settings not appearing in the Admin Menu when the Billing module was disabled.
|
||||
- Enabled wrapping of client tags when they are too long.
|
||||
- Fixed an issue where AI was not functioning correctly.
|
||||
- Removed extra spacing between the contact name and icon in the Ticket Details contact card.
|
||||
|
||||
### Features
|
||||
- Redesigned **AI Ticket Summary**, now divided into 3 sections: Main Issue, Actions Taken, and Resolution/Next Steps.
|
||||
- Updated the **AI Ticket Summary** prompt to include ticket status, reply author, source, category, and priority.
|
||||
|
||||
|
||||
---
|
||||
|
||||
## [25.09]
|
||||
|
||||
***BACK UP*** before updating.
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@
|
|||
* Update this file each time we merge develop into master. Format is YY.MM (add a .v if there is more than one release a month.
|
||||
*/
|
||||
|
||||
DEFINE("APP_VERSION", "25.09");
|
||||
DEFINE("APP_VERSION", "25.09.1");
|
||||
|
|
|
|||
|
|
@ -1285,7 +1285,7 @@ require_once "../includes/footer.php";
|
|||
</div>
|
||||
<div class="modal-body bg-white">
|
||||
<div id="summaryContent">
|
||||
<span class="text-center"><i class="fas fa-spinner fa-spin"></i> Generating summary...</span>
|
||||
<div class="text-center"><i class="fas fa-spinner fa-spin"></i> Generating summary...</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue