Rename media-verify addon to Proofmode, remove CDR prefixes
Renames the addon from zammad-addon-media-verify to zammad-addon-proofmode and removes all cdr_ prefixes from file names and class names per project naming convention. - Package: @link-stack/zammad-addon-proofmode (displayName: Proofmode) - Classes: ProofmodeVerify, ProofmodeVerifyJob - Files: proofmode_verify.rb, proofmode_verify_job.rb - Settings: proofmode_verify_enabled - Migration dir: db/addon/proofmode/ https://claude.ai/code/session_01GJYbRCFFJCJDAEcEVbD36N
This commit is contained in:
parent
33375c9221
commit
3f13c00f12
13 changed files with 35 additions and 35 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# uninstall
|
||||
# Include both Bridge (legacy) and Link (new) for migration support
|
||||
package_names = %w[Hardening Bridge Link MediaVerify]
|
||||
package_names = %w[Hardening Bridge Link Proofmode]
|
||||
|
||||
package_names.each do |name|
|
||||
puts "Attempting to uninstall #{name} package..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue