mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Specify default categories for new documents
Closes #339 All new documents will be assigned default categories. Documents created from templates that already have categories take precedence.
This commit is contained in:
parent
5c1ad25dc9
commit
f117e91bcb
18 changed files with 1284 additions and 1134 deletions
|
@ -56,7 +56,7 @@ func main() {
|
|||
if !flagsOK {
|
||||
os.Exit(0)
|
||||
}
|
||||
rt.Log.Info("Configuration source: " + rt.Flags.ConfigSource)
|
||||
rt.Log.Info("Configuration: " + rt.Flags.ConfigSource)
|
||||
|
||||
// Start database init.
|
||||
bootOK := boot.InitRuntime(&rt, &s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue