Skip to content

Commit

Permalink
Merge pull request #88 from beabee-communityrm/fix/legacy-app-tag-fix
Browse files Browse the repository at this point in the history
fix: remove references to profile.tags
  • Loading branch information
wpf500 authored Nov 19, 2024
2 parents 16453b7 + f2667ea commit a96b591
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,3 @@ script(type='text/template').js-edit-member-tag-template
.form-group
label(for='bio').control-label Notes
textarea(name='bio' rows='3' readonly)#bio.form-control= member.profile.bio

p
| Tags:
span.js-edit-member-tags
each tag in member.profile.tags
+memberTag(tag)
p.hidden.js-edit-member-hidden.form-inline
select(style='width:30%').form-control.member-add-tag.js-edit-member-add-tag
option(value='' selected disabled) Add tag
each tag in availableTags
option= tag
6 changes: 0 additions & 6 deletions apps/backend/src/views/mixins.pug
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ mixin membersTableBasicInfo(member)
span(style='flex: 0 1 250px')= member.firstname + ' ' + member.lastname
span= member.email
small= member.profile.description
span
each tag in member.profile.tags
if !search || tag !== search.tag
|
|
a(href='/members/?type=basic&tag=' + encodeURIComponent(tag)).label.label-info.members-table-action= tag

mixin paymentStatus(payment)
case payment.status
Expand Down

0 comments on commit a96b591

Please sign in to comment.