Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Вопрос по коду #2

Open
koren85 opened this issue Apr 20, 2021 · 2 comments
Open

Вопрос по коду #2

koren85 opened this issue Apr 20, 2021 · 2 comments

Comments

@koren85
Copy link

koren85 commented Apr 20, 2021

В примере есть строка:
roles = @current_journal.user.roles_for_project(@issue.project)
Когда я пробую в своем редмайне это, то выходит ошибка:
Сценарий выполняемый перед сохранением наблюдаемого объекта содержит ошибку: undefined method user' for nil:NilClass`

Получается у меня не хватает какого-то плагина? Или класс user это ваша доработка?

@VoronyukM
Copy link
Owner

Добрый день! Нет, этот код использует типовые методы redmine. Единственное, код писался под 2.5. Скорее всего либо у Вас redmine другой версии, либо переменная @current_journal не инициализирована (судя по ошибке она равна nil). О каком примере идет речь?

@koren85
Copy link
Author

koren85 commented Apr 21, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants