iamthe-Wraith / wraithnet

wraithnet
GNU General Public License v3.0
0 stars 0 forks source link

tags should not be passed as strings to be assigned to resources #67

Open iamthe-Wraith opened 2 years ago

iamthe-Wraith commented 2 years ago

currently tags are being passed as an array of strings to create userlog entries and notes. this should not be done this way...need to pass id's of tags to be added, and if those tags dont alread exist, needs to add them first and then assign to resource.