Ticket #38 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

tag editing withing invoice editing

Reported by: jzarate Owned by: jzarate
Priority: major Milestone: 0.1
Component: Keywords: tags, invoice, editing
Cc: enrique, carlos, leo

Description

check that feature

Change History

Changed 3 years ago by jzarate

  • status changed from new to assigned

Changed 3 years ago by jzarate

  • cc enrique, carlos, leo added
  • status changed from assigned to closed
  • resolution set to fixed

r227 added tag adding/removing functionality.

NOTE TO OTHERS:

  • this op is fully ajax, cause tagging isn't related with classical invoice ops, so it shouldn't need to be included in the general invoice form submit process. Other convenience reason is the fact that tags are a "behavior" of the objects, which lives "outside" them.
  • when a user adds a tag, the tag is added at that time, there is no need of "saving" the invoice for that.
  • when a user removes a tag, the tag is removed at that time, there is no need of "saving" the invoice.
  • should somebody think otherwise, please let me know.

Changed 3 years ago by jzarate

r234 small correction. don't insert empty string as tag.

Changed 3 years ago by jzarate

r236 added previously forgotten tag partial

Note: See TracTickets for help on using tickets.