Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-743

UsersMetaClass returns wrong type of object

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.0 B3
    • 0.9.1252, 1.0 B1, 1.0 B2
    • {Unused} Core
    • None

    Description

          public BaseCollection newObject(XWikiContext context) {
              return new UsersMetaClass();
          }
      

      Should be:

          public BaseCollection newObject(XWikiContext context) {
              return new UsersClass();
          }
      

      Attachments

        Activity

          People

            sdumitriu Sergiu Dumitriu
            sdumitriu Sergiu Dumitriu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: