Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • qfq qfq
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • typo3typo3
  • qfqqfq
  • Repository
Switch branch/tag
  • qfq
  • extension
  • qfq
  • qfq
  • form
  • FormAction.php
Find file BlameHistoryPermalink
  • Carsten  Rose's avatar
    #3533 / afterSave: sqlUpdate auf child-record ändert xId von Hauptrecord auf 0 · abb54832
    Carsten Rose authored Apr 08, 2017
    After 'sqlUpdate' a 'sqlDelete' have been always fired, even it was empty. After firing 'sqlDelete' the current 'slaveId' has been set to '0'. Thad 'id' has been written to the primary record. Now, 'sqlDelete' will be only fired if there is a sqlDelete is given and non empty.
    abb54832