You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within TargetDetail, there is tab ManageGroups. Now it only allows to see which groups this target belongs to and maybe remove it from that group. It should be possible also to add this target to existing groups, using a similar form as in the TargetList, but just for this single target.
I tried it and only managed to copy the form from targetlist and changed target_groups tag in targets_extras.py to return additional content, groupings = TargetList.objects.all(). But I failed to successfully add single target to the group. Abandoned this for now.
The text was updated successfully, but these errors were encountered:
Ok, one more thing is needed here - create new group in Target/Manage Groups. Just add a new field in Manage Groups with "Create New Group and Add This Target" - user can enter new name of the group, but if the name already exists, it gives an error message.
Within TargetDetail, there is tab ManageGroups. Now it only allows to see which groups this target belongs to and maybe remove it from that group. It should be possible also to add this target to existing groups, using a similar form as in the TargetList, but just for this single target.
I tried it and only managed to copy the form from targetlist and changed target_groups tag in targets_extras.py to return additional content, groupings = TargetList.objects.all(). But I failed to successfully add single target to the group. Abandoned this for now.
The text was updated successfully, but these errors were encountered: