Skip to content

Patch to event scripts when attached to stored functions and procedures.#445

Merged
thekevinm merged 1 commit intodevelopfrom
claude-event-scripts
Aug 18, 2025
Merged

Patch to event scripts when attached to stored functions and procedures.#445
thekevinm merged 1 commit intodevelopfrom
claude-event-scripts

Conversation

@thekevinm
Copy link
Copy Markdown
Contributor

Problem: When creating event scripts for stored procedures, the {procedure_name} placeholder wasn't being replaced with the actual procedure name, causing the event script to not attach properly.

Solution: Modified the df-script-details.component.ts file to:

  1. Fixed line 220 to use functionName instead of procedureName for functions
  2. Updated selectedTable() method to handle procedure and function name replacements
  3. Updated selectedRoute() method to handle procedure and function name replacements

The fix now properly replaces:

  • {table_name} for table endpoints
  • {procedure_name} for stored procedure endpoints
  • {function_name} for function endpoints

@thekevinm thekevinm merged commit cb16a77 into develop Aug 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant