Commit 7857c79
committed
BUGFIX: Don't skip a index job if a node can't be processed
The nodes that are used to create the index jobs are fetched from the database but hidden fields are not respected. The `NodeFactory` will right now return `null` for the configured context if the node is hidden. If that occurs the index job will return true and all other nodes in that job are skipped.
This fix will just skip the node that is hidden and log an information about that.1 parent 5d1baa4 commit 7857c79
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
0 commit comments