Uploaded image for project: 'JTalks Common'
  1. JTalks Common
  2. JTALKSCOMMON-71

Adding fields to Branch

VotersWatchers
    XMLWordPrintable

    Details

      Description

      Please, add such a property to the Branch:

      private Group moderatorsGroup;
      
          /**
           * Returns a {@link Group} of moderators of this branch. This field is an extra information about moderators, since
           * we already have ACL records that explain what permissions groups have on branches, but this moderators group is
           * just for convenience - in order to easily work with moderators.
           *
           * @return a group of moderators for this branch
           */
          public Group getModeratorsGroup() {
              return moderatorsGroup;
          }
      
          /**
           * Sets a {@link Group} of moderators for this branch. This field is an extra information about moderators, since we
           * already have ACL records that explain what permissions groups have on branches, but this moderators group is just
           * for convenience - in order to easily work with moderators.
           *
           * @param moderatorsGroup a group of moderators for this branch
           */
          public void setModeratorsGroup(Group moderatorsGroup) {
              this.moderatorsGroup = moderatorsGroup;
          }
      

        Attachments

          Structure

            Activity

              People

              • Assignee:
                ancient_mariner Alex Lysak
                Reporter:
                ctapobep Stanislav Bashkyrtsev
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - 0.25h
                  0.25h
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.25h
                  0.25h

                    Structure Helper Panel