Skip to content
Snippets Groups Projects
onActionProcess.js 491 B
Newer Older
Sebastian Listl's avatar
Sebastian Listl committed
import { neon, neonFilter  } from "@aditosoftware/jdito-types";

//kind is being set using the provider that is behind the view, since the recipe params are only set when initially loading the view, but set to null once you edit or create a dataset
Sebastian Listl's avatar
Sebastian Listl committed
var recipe = neonFilter.createEntityRecordsRecipeBuilder()
    .uidsIncludelist(null);
neon.openContextWithRecipe("TopicTreeTopicConfiguration", "TopicTreeTopicConfigurationFavoriteFilter_view", recipe.toString(), neon.OPERATINGSTATE_SEARCH);