Align field name to isAvailableToChildren and enhance advance booking UI
Fixes 400 Bad Request when creating webinar types by sending isAvailableToChildren to match the Java DTO field name (Lombok generates getIsAvailableToChildren f...
Make webinar settings forms and table fill available content area
Removes maxWidth constraint from the details form so it fills the full width. Makes the types table and its container use flex layout to fill the available heig...
Widen formStrategy state type to string for TypeScript compatibility
The const assertion on WebinarPresenterStrategy made useState infer a literal type, causing a type mismatch with the string prop setter.
Update WebinarReminderJob to use renamed repository method
Calls **************** with a 24-hour max window instead of the removed findWebinarsWithDueReminders method.
แทนที่การคํานวณชั่วคราวของ JPQL ด้วยเครื่องมือกรองโปรแกรม
6 ปฏิเสธการลบยาวจากทันทีใน JPQL. แทนที่ ค้นหา webinars with Due Reminders (ซึ่งทําการคํานวณนาโนวินาที) ด้วย <i>หน้าต่างที่ใช้เวลามากที่สุด ให้โครงการแดมอนเซอร์เ...
Pass pre-fetched overview data to StatusResponseTimes to prevent redundant fetch failure
Normalize Quill HTML output for consistent email rendering
Route all email body content through normalizeQuillHtmlForEmail and wrapBodyForEmail before sending, ensuring consistent HTML output whether or not a template i...
ลบส่วนเชื่อมโยงของถั่วที่เหลือออกจากเบส providerhtpclent
ตอนนี้ฐาน propreviewerhtpclent ตัวเองสร้าง resettember ภายในแทน ของความต้องการหนึ่งจากบริบทของโปรแกรม การแก้ไขการเริ่มทํางานล้มเหลวใน รักษาความปลอดภัย ซึ่งไม่ได...
Add internal auth secret for public catalog API proxy
Add **************** to the SecurityService deployment so the APIService can authenticate when proxying public subscription catalog and promotions requests.
Include SUBSCRIPTION_CATALOG in default scopes fallback
When MediaService doesn't return scopes in the validation response, default to including both PUBLIC_CHAT and SUBSCRIPTION_CATALOG scopes. This ensures public c...
Download resultSvg directly without any manipulation
The pipeline SVG already has the background removed. Download it as-is.
Strip white background from SVG before download for true transparency
Parses the vectorized SVG and removes full-size white rect/path elements that the vectorizer generates from the original background, producing a genuinely trans...
Download transparent background-removed PNG instead of white-background SVG
The preview shows the background-removed PNG with transparency, but the download was providing the vectorized SVG which bakes the background as white paths. Now...
Send firstName/lastName directly to create account endpoint
Backend now stores contact fields directly on Account — no User lookup needed.
Wire New Account button onClick in AccountManager component
The button inside AccountManager had no onClick handler. Added router.push to /account/new and imported useRouter.
Add catch-all API route handler for /api/security/account/*
No proxy existed for /customers, /groups, and other new account endpoints. Existing explicit routes (members-subscribers, team-members-contractors) take priorit...
AccountsApi missing /customers path, hide TeamMemberManager internal tabs
- accountsApi was calling /api/security/account instead of /api/security/account/customers for all customer endpoints — fixed all methods to include /customer...
Drop UUID-typed customer_id/customer_group_id columns for INT8 recreation
After RetailCustomer (UUID PK) → Account (Long PK) refactor, the commerce_carts, commerce_draft_orders, and commerce_price_lists tables had customer columns wit...
Retransl PreviewerConfig Reposition ใช้ตลาด Id not marketUid
ช่องข้อมูล 'id' ไม่ใช่ 'uid' สืบค้นเมื่อฤดูใบไม้ผลิ ล้มเหลวในการ 'No idu' สําหรับชนิดของ Marchet'.
Clean up CockroachDB orphan brand_id/tax_class_id defaults on commerce_offerings
CockroachDB applies unique_rowid() as default to nullable FK columns, creating orphan UUIDs that break FK constraint creation. Nullify orphans and reset default...
นําเสนอ. สืบค้นเมื่อ DB ปริยาย, priceListEncentory ชนิดยาว
- การเพิ่มคอลัมน์การลบแฟ้ม จัดการแถวที่มีอยู่ระหว่างการอพยพแบบ ALTER - OffCE - OCK) รับไปลอง (PK) แทน ที่ จะ เป็น ยูอีด — ทํา ให้ การ ค้น หา ข้อมูล ฤดู ใบ ไม้ ผ...
ปรับปรุงที่อยู่ URL และไอคอนที่ถูกต้อง
แทนที่ GitHub ด้วย Instagram, ไอคอนในทวิตเตอร์ด้วยไอคอนแบรนด์ X, เพิ่ม ลิ้งค์อิน ส่วนเชื่อมโยงภายนอกทั้งหมดจะถูกเปิดเป็นแท็บใหม่ โดยไม่มีตัวแก้ไข ปรับปรุงองค์กร...
ตรงกับความเร็วการรวมแถบป้ายในการสร้างป้ายด้วย
เพิ่มระยะเวลาจาก 30s เป็น 56 ดังนั้นทั้ง Marquees ม้วนที่ ~88px/s ไม่คํานึงถึงจํานวนสิ่งของ.
Correct remaining subscription API paths and remove double header
API paths: getFeatures, updateFeature, deleteFeature now use /subscription-features; getAddOns, updateAddOn, deleteAddOn use /subscription-addons; getBundles, u...
Agreement editor layout — prevent whitespace overflow and content jamming
- Add width: 100% to root flex container - Add minWidth: 0 to right panel and content area to prevent flex overflow - Add overflowWrap/wordBreak to preview HTML...
Pass includeInactive=true default for agreement templates endpoint
Templates management UI needs to see inactive templates too.
คืนเอกสารต้นแบบข้อตกลงทั้งหมด รวมทั้งตัวที่ไม่ได้ทํางานด้วย
เพิ่มการค้นหาโดย Organization Id เพื่อเรียกอีกครั้ง (ไม่มีตัวกรองที่ทํางานอยู่) และรวมถึงการเปิดใช้งานด้วย param เพื่อได้รับค่าชดเชย ค่าปริยายที่จะเป็นจริงดังนั...
Restore commerceMarketApi.ts as compatibility re-export from commerceApi
Pipeline components (PipelineOrdersTab, PipelineView, orders detail page, etc.) still import from commerceMarketApi. Re-export needed symbols from commerceApi.
ลดส่วนฮีโร่บนพาดหัวมือถือเพื่อให้เห็นอย่างเต็มที่
ทําให้ pt แน่นและ mb ช่องว่างที่จุดพักฐานดังนั้น "ยกเลิกลูกค้าของคุณ". ไม่ถูกดันออกหน้าจอบนโทรศัพท์ถ่ายภาพที่ป้ายคงที่ และความสูงการบริโภคของ Nav.
ทําแถบแสดงภาพตัวอย่างให้คงที่เพื่อดูพอร์ตและลดขนาดข้อความแบบฮีโร่บนมือถือ
แบนเนอร์ได้ดํารงตําแหน่งแล้ว: แก้ไขเพื่อให้มันยังคงมองเห็นได้ในขณะที่เลื่อน โดยมีการฉีดสารเข้าไปเพื่อป้องกันการทับกันของเนื้อหา Herro พาดหัวพิมพ์ลดจากข้อความ 5x...
Correct API paths, professional page layouts, remove dead code
- Fix frontend API path mismatches: use subscription-features, subscription-addons, subscription-bundles, **************** subscription-plan-prices, subscri...
Promote Features, Add-ons, Bundles to market-level tabs for SUBSCRIPTION markets
Features, add-ons, and bundles are shared market-level resources, not per-plan. - Add Features tab (manage + feature matrix), Add-ons tab, Bundles tab to market...
Add missing vendor-categories endpoints to CommerceMarketController
GET/POST/PUT/DELETE /{marketId}/vendor-categories were missing, causing 404 when the Vendors tab tried to load categories.
Unwrap backend response envelopes in all commerceApi single-object methods
Backend wraps responses in { market: {...} }, { product: {...} }, etc. but API client was returning the raw envelope, causing market.id and other properties to ...
ทําแถบแสดงภาพตัวอย่างด้วยความสูงแบบไม่ตายตัว และเพิ่มข้อมูลการสนทนาขึ้น
แบนเนอร์ตอนนี้วัดความสูงของตัวเองผ่านทางตัวแปร CSS ดังนั้น Nav/continent ปรับให้พอดีเมื่อตัดข้อความบนจอภาพขนาดเล็ก วิดเจ็ต Chart ฟิล์ม z-index ยกเหนือป้าย มันเล...
เพิ่ม marketId to buildRental Associet Request and continuation market in Commerceerview
Mailbox dropdown now loads emails from the selected mailbox
Pass mailboxId through fetchMessages/fetchFullMessage to the backend, fix stale closure in mailbox-changed handler by passing mailbox directly to loadMessages i...
Support mailbox switching by resolving IMAP credentials per mailboxId
Added getMailCredentialsByEmail to look up virtual_users by email directly, resolveForMailbox to MailProviderResolver with access verification, and optional mai...
เหมือนที่คุณเห็นการขนส่ง?
ทุก คน ที่ ได้ รับ การ ปรับ ปรุง เหล่า นี้ จะ ลง ไป ใน ที่ ทํา งาน ของ คุณ โดย อัตโนมัติ. เริ่มให้อิสระและดูมันเติบโตสัปดาห์แล้วสัปดาห์เล่า.