Uploaded image for project: 'Policy Framework'
  1. Policy Framework
  2. POLICY-909

get_ZoneDictionaryDataByName class type error

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Casablanca Release
    • Beijing Release
    • None

       691 @RequestMapping(value={"/get_ZoneDictionaryDataByName"}, method={RequestMethod.GET} , produces=MediaType.APPLICATION_JSON_VALUE)
      692 public void getZoneDictionaryEntityDataByName(HttpServletResponse response)

      { 693 DictionaryUtils utils = getDictionaryUtilsInstance(); 694 utils.getDataByEntity(response, zoneDatas, zoneName, PrefixList.class); 695 }

       
      line 694 PrefixList.class should be replaced by Zone.class

            donghui1277 donghui1277
            donghui1277 donghui1277
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: