Skip to content

Commit

Permalink
Depend on Program cache (#3724)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Mar 9, 2024
1 parent c4e5ed9 commit c875390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esp/esp/program/modules/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ def get_full_path(self):
return '/%s/%s/%s' % (
self.module.module_type, self.program.url, self.main_view)
get_full_path.depend_on_row('modules.ProgramModuleObj', 'self')
get_full_path.depend_on_model('program.Program')

def makeLink(self):
if not self.module.module_type == 'manage':
Expand Down

0 comments on commit c875390

Please sign in to comment.