Start ChatオプションでPre TICKETステータスを追加
- TicketCreationForm: 2つのボタン — 「チャットを開始」 (チケットの事前購入、タイトルなし) 必須、トピックのみ)と「入場券」(タイトル付きのフルチケット) - TicketHeader: ステータスが PRE TICKET の場合の「チケットへの変換」ボタン、 タイトルが必要なダイアログを開...
Add PRE_TICKET creation and convert-to-ticket endpoint
- createTicket: when preTicket=true, sets status to PRE_TICKET, skips assignment (no title required) - PUT /tickets/{id}/convert: converts PRE_TICKET to NEW, ...
リクエストを作成する際の PRE TICKET ステータスと preTicket フラグを追加
ユーザが起動するチャットファーストセッションのための新しいステータス PRE TICKET(14) チケットを正式に提出せずにチャット。 変換する タイトルを設定し、ステータスを変更することにより、後日フルチケット.
{トピックからのトピックの配列を抽出します。 [...] API 応答
GET /api/support/topics エンドポイントは { トピック: [...] } ではなく、 未加工配列。 すべての消費者は、配列を使用する前にdata.topicsを抽出します.
エラーと404ページからサポートツールウィンドウを開く
古い /help/ticket/new ナビゲーションをツールで置き換える:CustomEvent を開く サポートポップアップウィンドウを直接開く.
Yashh56/cache-control からのプルリクエスト #4054
feat: キャッシュコントロールヘッダーを GET レスポンスに追加
Merge pull request #4090 from ****************
feat(funnels): add per-step event property filters
Use settings timezone in revenue chart date range
The revenue chart was using the browser's local timezone instead of the timezone configured in analytics settings. This caused the chart to show different time ...
既定のロールをメンバーに作成する
******************** は「会員」を割り当てました (Everyone) は、組織.roleMemberID のロールです。 ******************** は両方を割り当てます 「メンバー」の役割と「チームメンバー」の役割 組織.roleTeamMemberID。 これは空のmembe...
Add POST **************** endpoint
Triggers org-wide member_rights_applied recalculation. Needed after schema migrations or manual DB changes to permissions.
Use targeted role-scoped rights recalculation
SecurityRoleController now uses updateRoleMemberRightsApplied() to only recalculate members who have the modified role, instead of recalculating all members in ...
債務、役職、役割変更の対象となる権利再計算
- DepartmentService:影響を受けた部門のメンバーだけを再計算する create/update/delete 以降 - JobTitleService: 影響を受けるジョブタイトルを持つメンバーのみを再計算する create/update/delete 以降 - MemberRightsAppliedS...
新規メンバー作成後にメンバー rights applied を再計算する
コール更新MemberRights両方の新しいメンバーに適用されます 組織メンバーと組織メンバーを創る 全員の権利は直ちに適用される.
Recalculate member_rights_applied after role create/update/delete
The member_rights_applied table was never recalculated when roles were modified, causing all members to have 0 applied rights. Now calls **************** after ...
Rebuild with updated shared library containing support permissions
SecurityService needs the new ACCEPT_SUPPORT_TICKETS and MANAGE_SUPPORT entries in RoleRightType enum to include them in *** session rights.
顆粒ロール編集、ラベル交換、チームメンバーサポート
- isAllowEditTitle と isAllowEditSecurity を SecurityRole インターフェイスに追加 - メンバー/チームメンバーの役割に関するセキュリティ設定の編集を許可する(完全にロックされた) - 「メンバー」と「チームメンバー」のタイトルを親組織の行動ラベルでスワップ - 保護...
Migrate Everyone role to Members and create Team Members role
- Rename ROLE_EVERYONE_ID column to ROLE_MEMBER_ID - Rename existing "Everyone (Applies To All)" roles to "Members" - Set **************** flags on existing sys...
Enforce role protection flags and add parent label support to session
- Enforce isAllowEditSecurity in SecurityRoleController update endpoint - Add parentMemberTitlePlural and parentTeamMemberTitlePlural to *** session - Resolve p...
顆粒ロール保護フラグとチームメンバーシステムの役割を追加します
- OrgRole に isAllowEditTitle と isAllowEditSecurity フラグを追加します。 - 組織のロールにロールEveryoneIDをリネームし、ロールチームメンバーIDを追加 - 組織作成における「Everyone(Allに適用)」の役割を「メンバー」に変更 - 組織作成中に「チー...
TopicManagerの部署の読み込みを修正
X-***-Token ヘッダ(マッチング部Manager パターン)と data.departmentsの応答の形からの部を抽出して下さい.
Array.isArray は、.map エラーを防ぐために API レスポンスで監視します
API は、テーブルをバックエンドするときに配列の代わりにエラーオブジェクトを返す可能性があります。 まだ存在しません。 Array.isArray チェックですべての配列操作を監視します.
Enable redirect following for MaxMind download
MaxMind returns 302 redirect to the actual file. HttpClient wasn't following it, causing the sync to fail with HTTP 302.
Add Support section to settings page
Adds Topics, Notifications, and Status & Response Times cards that link to /support?tab=settings.
Add SecurityConfig to permit daemon trigger and actuator endpoints
Spring Security defaults blocked all endpoints with 401. Added explicit config to permit /api/daemon/** and /actuator/** without authentication.
Allow 6 settings cards per row on xl screens and hide Club House nav item
Settings page grids now scale to 6 columns at xl breakpoint. Club House menu item commented out in NavPri.
Update ticket popup tool window to use light theme matching chatColors
Replace dark theme (dark backgrounds, white text, amber accents) with the light color scheme used by all other popup tool windows in the app.
Remove MANAGE_SUPPORT conditional from settings/analytics tabs, enable NavPri slide-out
All tabs now always visible. Removed disablePanel from NavPri Support entry so the slide-out panel works on hover.
Make description textarea fill remaining popup window height
Removed minRows/maxRows constraints and set flex layout on the input root so the textarea expands to fill all available vertical space.
Add manual job trigger controller with duplicate execution guard
POST /api/daemon/trigger/{jobName} triggers any Quartz job immediately. Returns 409 if the job is already executing. GET /api/daemon/trigger/status returns runn...