mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Dump only available schema
This commit is contained in:
parent
67730997cb
commit
b8bd13a367
1 changed files with 3 additions and 0 deletions
|
|
@ -382,6 +382,9 @@ static void dm_browse_schema_entry(struct dmctx *dmctx, DMNODE *parent_node, DMO
|
|||
if (!bbfdatamodel_matches(entryobj->bbfdm_type))
|
||||
return;
|
||||
|
||||
if (entryobj->checkdep && (check_dependency(entryobj->checkdep) == false))
|
||||
return;
|
||||
|
||||
if (entryobj->browseinstobj) {
|
||||
dmasprintf(&(node.current_object), "%s%s%c{i}%c", parent_obj, entryobj->obj, dm_delim, dm_delim);
|
||||
if (dmctx->method_obj) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue