Skip to content
Snippets Groups Projects
Commit cfdf597e authored by s.pongratz's avatar s.pongratz
Browse files

1053957 kleine Formale Änderungen

parent 1db5aeb9
No related branches found
No related tags found
No related merge requests found
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="s.pongratz" id="28627941-6c9b-46e8-922a-b4660b33723c">
<dropColumn tableName="OBJECTMEMBER" columnName="DECIDER"/>
</changeSet>
</databaseChangeLog>
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<include relativeToChangelogFile="true" file="extend_keword_memberroles.xml"/>
<include relativeToChangelogFile="true" file="alter_member.xml"/>
</databaseChangeLog>
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<include relativeToChangelogFile="true" file="extend_keword_memberroles.xml"/>
<include relativeToChangelogFile="true" file="Memberroles/changelog.xml"/>
</databaseChangeLog>
......@@ -9,8 +9,7 @@
<include relativeToChangelogFile="true" file="basic/2019.3.3/changelog.xml"/>
<include relativeToChangelogFile="true" file="basic/2020.0.0/changelog.xml"/>
<include relativeToChangelogFile="true" file="basic/2020.0.1/changelog.xml"/>
<include relativeToChangelogFile="true" file="Memberroles/changelog.xml"/>
<include relativeToChangelogFile="true" file="basic/2020.0.2/changelog.xml"/>
<!--enable this only when you definetly want to overwrite the existing data with demo records:-->
<!--<include relativeToChangelogFile="true" file="basic/_demoData/changelog.xml" context="example"/>-->
......
= MemberRoles_entity
Displays the MemberRoles Keyword ($KeywordRegistry.MemberRoles()).
In the condition of the recordcontainer the entity differs between the KewordAttributeRelations witch are exists.
In the condition of the recordcontainer the entity differs between the KewordAttributeRelations which are exists.
You need an own entity for this case because the KeywordEntry_entity
provides all information without checking conditions for KeywordAttribute.
\ No newline at end of file
import("system.logging");
import("system.db");
import("system.vars");
import("system.result");
......
import("system.logging");
import("Context_lib");
import("system.result");
logging.log(ContextUtils.getCurrentContextId());
result.string(ContextUtils.getCurrentContextId());
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment