Marking issues as selectable for the same schema on different contexts

Issue #76 new
Yuval Zaltz created an issue

We have cases where we want to have the same schema available in different contexts but we want to make different selection of items per context items selectable.

Typically for us, its level based (but this is not required to implement it this way).

If I have the following schema

A\1

A\2

B\3

B\4

On context K: - I would like only the first level to be selectable ( A & B)

On context Q: I would like only the second level to be selectable (values 1 .. 4)

Do you think you can provide a solution for the above?

Comments (2)

  1. Yury Oboz repo owner

    Hi! Selectable property stored in schema and not depend on context. You may create copy of schema and assign for second context

  2. Yuval Zaltz reporter

    Understood - but this means that if I need to add something later I will need to add it to both schemas.

    From your answer I understand the answer is that this is not feasible - thanks

  3. Log in to comment