Ticket #6734 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

*.js files are not included

Reported by: anonymous Assigned to: k0s
Priority: high Component: TicketSubmitPolicyPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.11

Description

I try ticketsubmitpolicyplugin but it didn't work.

I aware *.js files are not included in package. After following modification, it works fine.

===================================================================
--- setup.py    (revision 7733)
+++ setup.py    (working copy)
@@ -19,7 +19,7 @@
       keywords='trac plugin',
       license="GPL",
       packages=['ticketsubmitpolicy'],
-      package_data={'ticketsubmitpolicy' : ['templates/*.html']},
+      package_data={'ticketsubmitpolicy' : ['templates/*.html','htdocs/js/*.js'
]},
       zip_safe=False,
       install_requires=['simplejson'],
       entry_points = """

regards,

Takashi Okamoto

Attachments

Change History

03/02/10 19:42:27 changed by k0s

  • status changed from new to closed.
  • resolution set to fixed.

(In [7747]) include JS files and depend on Trac; fixes #6734


Add/Change #6734 (*.js files are not included)




Change Properties
Action