diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-12-15 13:36:50 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-12-15 13:36:50 +0000 |
commit | b8eaeac09c286888671770e4b5a325ef7cfa79fe (patch) | |
tree | ac37c313c95d304054f67ea87b69aac3513bb5f8 /did-status-html.lsp | |
parent | b6f00517ad0a3ef7e3bd32e0d3a99cfa558d6dc2 (diff) | |
download | acf-did-b8eaeac09c286888671770e4b5a325ef7cfa79fe.tar.bz2 acf-did-b8eaeac09c286888671770e4b5a325ef7cfa79fe.tar.xz |
Fixed status view and added assign action.
Status view will only show create database if it doesn't exist.
Assign action will overwrite an existing definition / rules.
Diffstat (limited to 'did-status-html.lsp')
-rw-r--r-- | did-status-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/did-status-html.lsp b/did-status-html.lsp index cf28312..5ded042 100644 --- a/did-status-html.lsp +++ b/did-status-html.lsp @@ -30,6 +30,6 @@ Missing </DD> </DL> -<% if viewlibrary and viewlibrary.dispatch_component then +<% if viewlibrary and viewlibrary.dispatch_component and not data.value then viewlibrary.dispatch_component("createdatabase") end %> |