-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tabulator #182
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # src/Lib/StatCan.OrchardCore.Application.Targets/StatCan.OrchardCore.Application.Targets.csproj
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there are still files from the Assessment branch in this branch.
src/Modules/StatCan.OrchardCore.Assessment/Views/Widget-Assessment.liquid
Outdated
Show resolved
Hide resolved
@@ -15,15 +15,18 @@ | |||
<ProjectReference Include="..\StatCan.OrchardCore.Security\StatCan.OrchardCore.Security.csproj" PrivateAssets="none" /> | |||
|
|||
<!-- Modules --> | |||
<ProjectReference Include="..\..\Modules\StatCan.OrchardCore.Assessment\StatCan.OrchardCore.Assessment.csproj" PrivateAssets="none" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line of code is from another branch and can be removed.
@@ -7,7 +7,10 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Layout.liquid
can be deleted. These are base templates for a theme and they're not needed for a module.
src/Lib/StatCan.OrchardCore.Application.Targets/StatCan.OrchardCore.Application.Targets.csproj
Outdated
Show resolved
Hide resolved
"DisplayName": "TableCreator", | ||
"Settings": { | ||
"ContentTypeSettings": { | ||
"Creatable": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Widgets usually have the following settings set to false
: Creatable, Listable, Draftable, Versionable, Securable. Simply change them to false
.
|
||
public int Create() | ||
{ | ||
return 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this required ? It is not doing anything
I edited the initial post to link the issue. Let's review the issue and see what we can come up with as to requirements for the issue. |
Fix #177