fix: 화면 복사 코드 생성 로직 개선 및 UniversalFormModal beforeFormSave 이벤트 연동

- screenManagementService: PostgreSQL regexp_replace로 정확한 최대 번호 조회
- CopyScreenModal: linkedScreens 의존성 추가로 모달 코드 생성 보장
- UniversalFormModal: beforeFormSave 이벤트 리스너로 ButtonPrimary 연동
- 설정된 필드만 병합하여 의도치 않은 덮어쓰기 방지
This commit is contained in:
SeongHyun Kim
2025-12-09 16:11:04 +09:00
parent d550959cb7
commit 5e97a3a5e9
7 changed files with 104 additions and 42 deletions

View File

@@ -1438,7 +1438,7 @@ export function ModalRepeaterTableConfigPanel({
checked={col.dynamicDataSource?.enabled || false}
onCheckedChange={(checked) => toggleDynamicDataSource(index, checked)}
/>
</div>
</div>
<p className="text-[10px] text-muted-foreground">
(: 거래처별 , )
</p>