Skip to content
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

Fixed the displaying of optional attributes #432

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DimDone
Copy link

@DimDone DimDone commented Jul 19, 2024

Fixed the displaying of optional attributes msDS-User-Account-Control-Computed and msDS-User-Password-Expyre-Time-Computed

Fixed the displaying of optional attributes msDS-User-Account-Control-Computed and msDS-User-Password-Expyre-Time-Computed
@DimDone DimDone closed this Jul 19, 2024
@DimDone DimDone reopened this Jul 19, 2024
@@ -558,7 +558,6 @@ AttributeType AdConfig::get_attribute_type(const QString &attribute) const {

const QString attribute_syntax = schema.get_string(ATTRIBUTE_ATTRIBUTE_SYNTAX);
const QString om_syntax = schema.get_string(ATTRIBUTE_OM_SYNTAX);

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove that empty change please

@@ -31,6 +31,7 @@
#include <QList>
#include <QString>
#include <algorithm>
#include <QTextStream>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why include it if you don't use it?

@Samael340
Copy link
Collaborator

Samael340 commented Jul 29, 2024

Split the pull request into several requests according to the solved issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants