hassanakbar4 / ttest

0 stars 0 forks source link

Take care of liaisons with deadlines #385

Closed hassanakbar4 closed 14 years ago

hassanakbar4 commented 14 years ago

resolution_fixed type_enhancement | by esanchez@yaco.es


Since #384 reminders are sent when a liaisons gets close to its deadline.

Allow to mark a liaison as "Already taken care of" so the system stop sending reminders for this liaison.


Issue migrated from trac:385 at 2021-12-13 14:49:32 +0500

hassanakbar4 commented 14 years ago

@esanchez@yaco.es set resolution to fixed

hassanakbar4 commented 14 years ago

@esanchez@yaco.es changed status from new to closed

hassanakbar4 commented 14 years ago

@esanchez@yaco.es commented


Fixed in 6d15c15357e47e2e469f0c16bc8d297799e5436e:

Allow to take care of a liaison with deadline. Fixes #385

hassanakbar4 commented 14 years ago

@esanchez@yaco.es changed status from closed to reopened

hassanakbar4 commented 14 years ago

@esanchez@yaco.es changed resolution from fixed to ``

hassanakbar4 commented 14 years ago

@esanchez@yaco.es commented


There is a bug when visiting a liaison you can maark as "already taken care"


Traceback:
File "/home/yaco/lsmt/trunk/liaison/django/core/handlers/base.py" in get_response
  92.                 response = callback(request, *callback_args, **callback_kwargs)
File "/home/yaco/lsmt/trunk/liaison/ietf/liaisons/views.py" in liaison_detail
  211.     can_take_care = _can_take_care(liaison, user)
File "/home/yaco/lsmt/trunk/liaison/ietf/liaisons/views.py" in _can_take_care
  182.             return _can_take_care(liaison, get_person_for_user(user))
File "/home/yaco/lsmt/trunk/liaison/ietf/liaisons/views.py" in _can_take_care
  178.     if user.is_authenticated():

Exception Type: AttributeError at /liaison310212ec4b8e4582af49a9ab322effd6dd4ad054
Exception Value: 'PersonOrOrgInfo' object has no attribute 'is_authenticated'
hassanakbar4 commented 14 years ago

@esanchez@yaco.es changed resolution from ` tofixed`

hassanakbar4 commented 14 years ago

@esanchez@yaco.es changed status from reopened to closed

hassanakbar4 commented 14 years ago

@esanchez@yaco.es commented


Fixed in 4c5f9af959b0f808a0479a05985ca63303bb0552:

Fix bull calling incorrect function. Fixes #385

hassanakbar4 commented 14 years ago

@esanchez@yaco.es changed status from closed to reopened

hassanakbar4 commented 14 years ago

@esanchez@yaco.es changed resolution from fixed to ``

hassanakbar4 commented 14 years ago

@esanchez@yaco.es changed status from reopened to closed

hassanakbar4 commented 14 years ago

@esanchez@yaco.es changed resolution from ` tofixed`

hassanakbar4 commented 14 years ago

@esanchez@yaco.es commented


Fixed in 4adc58e5499c5bd8181a7f4bd51f329e3ff2b32b:

Anorther bug fixing. Fixes #385