Giter VIP home page Giter VIP logo

Comments (2)

cydemo avatar cydemo commented on July 30, 2024

모듈관리자의 응시 현황 보기의 경우
module.xml 에 퍼미션 속성을 넣어주면 되긴 하는데
<action name="dispExamAdminResultList" type="view" permission="manager" />

문제는 그렇게 해도 수정(dispExamAdminResultUpdate)으로 들어가면 admin 모듈로 넘어가기 때문에 결국 모듈관리자는 시험응시현황 수정을 할 수 없게 됩니다.
따라서 tpl 폴더의 result_list.html의 해당 부분(61행)에서 admin 모듈 링크를 수정해줘야 합니다.
<td class="nowr"><a href="{getUrl('', 'mid',$module_info->mid, 'act', 'dispExamAdminResultUpdate','module_srl',$module_srl,'log_srl', $resultitem->log_srl)}">{$lang->cmd_modify}</a></td>

아마도 이와 비슷하게 view와 controller에 대한 permission 이슈가 더 있을 수도 있겠다는 생각이 듭니다.
... 그런데 그런 식으로 고쳐도 결국엔 라이믹스 2.x에서는 실제 수정이나 삭제가 잘 안 되는 문제로 귀결하게 되네요ㅜㅜ

from rx-module-exam.

YJSoft avatar YJSoft commented on July 30, 2024

878111a

3fd8b21

from rx-module-exam.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.