getDocumentList 트리거에 columnList 전달#1969
Merged
1 commit merged intoFeb 2, 2017
Merged
Conversation
Contributor
|
👍 훨씬 쓸모있는 트리거가 되겠군요. 그러고 보니 변수명에 오타도 있었군요 ㅠㅠ |
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
$columnList 가 필요한데, 이 값이 trigger 상에서 전달이 안 되고 있네요
물론
$oBoardView = getView('board');
$columnList = $oBoardView->columnList;
이렇게 해서 외부에서 $columnList 를 구해낼 수 있지만
_makeListColumnList() 함수를 실행시킬 수 없다보니 정확치도 않고 효율적으로도 안 좋으니
아예 trigger 로 $columnList 까지 전달해버리는게 좋을듯합니다